CMake/Tests/QtAutomoc
Alex Neundorf 56aa6ffae7 automoc:run moc on the header if the source file contains include "foo.moc"
This fixes #12533.
Before automoc did not check the header if the source file contained a
statement, now it does.
Additionally, moc is now only run on explicitely listed headers which
contain a Q_OBJECT macro.

Alex
2011-10-22 19:38:39 +02:00
..
CMakeLists.txt automoc:run moc on the header if the source file contains include "foo.moc" 2011-10-22 19:38:39 +02: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 automoc:run moc on the header if the source file contains include "foo.moc" 2011-10-22 19:38:39 +02:00
foo.h automoc:run moc on the header if the source file contains include "foo.moc" 2011-10-22 19:38:39 +02:00
main.cpp automoc:run moc on the header if the source file contains include "foo.moc" 2011-10-22 19:38:39 +02:00