CMake/Tests/QtAutomoc
Alex Neundorf 96fc5d5d07 automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE
automoc now defaults to strict mode, also with Qt4, i.e. it behaves as
the documentation says by default. I also inverted the switch
CMAKE_AUTOMOC_STRICT_MODE to CMAKE_AUTOMOC_RELAXED_MODE.
Docs and test adapted accordingly.

Alex
2011-12-13 22:11:47 +01:00
..
sub automoc: add more test cases 2011-11-10 22:12:03 +01:00
CMakeLists.txt automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE 2011-12-13 22:11:47 +01:00
abc.cpp automoc: add test for including a moc_abc_p.cpp file 2011-11-22 20:52:21 +01:00
abc.h automoc: add a test for including both abc.moc and moc_abc.cpp 2011-11-22 20:51:59 +01:00
abc_p.h automoc: add test for including a moc_abc_p.cpp file 2011-11-22 20:52:21 +01:00
bar.cpp automoc: add more test cases 2011-11-10 22:12:03 +01:00
blub.cpp automoc: add more test cases 2011-11-10 22:12:03 +01:00
blub.h automoc: add more test cases 2011-11-10 22:12:03 +01:00
calwidget.cpp Add a test for automoc 2011-08-16 02:13:26 +02:00
calwidget.h Add a test for automoc 2011-08-16 02:13:26 +02:00
codeeditor.cpp Add a test for automoc 2011-08-16 02:13:26 +02:00
codeeditor.h Add a test for automoc 2011-08-16 02:13:26 +02:00
foo.cpp Add copyright notices 2011-10-22 19:43:34 +02:00
foo.h Add copyright notices 2011-10-22 19:43:34 +02:00
main.cpp automoc: add special handling for including basename_p.moc, with test 2011-11-22 22:01:13 +01:00
private_slot.cpp Add a test case for the use of Q_PRIVATE_SLOT. 2011-11-22 22:26:42 +01:00
private_slot.h Add a test case for the use of Q_PRIVATE_SLOT. 2011-11-22 22:26:42 +01:00
xyz.cpp automoc: add test for including the moc file from another header 2011-11-22 20:52:13 +01:00
xyz.h automoc: add test for including the moc file from another header 2011-11-22 20:52:13 +01:00
yaf.cpp automoc: add special handling for including basename_p.moc, with test 2011-11-22 22:01:13 +01:00
yaf.h automoc: add special handling for including basename_p.moc, with test 2011-11-22 22:01:13 +01:00
yaf_p.h automoc: add special handling for including basename_p.moc, with test 2011-11-22 22:01:13 +01:00