Alex Neundorf
bde4edb6ab
automoc: add special handling for including basename_p.moc, with test
...
Alex
2011-11-22 22:01:13 +01:00
Alex Neundorf
30fd8e603a
automoc: add test for including the moc file from another header
...
including moc_xyz.cpp in abc.cpp should run moc on xyz.h (and
include the file in abc.cpp)
Alex
2011-11-22 20:52:13 +01:00
Alex Neundorf
80dfbc99f4
automoc: add a test for including both abc.moc and moc_abc.cpp
...
Alex
2011-11-22 20:51:59 +01:00
Alex Neundorf
69cf480cd6
automoc: add more test cases
...
Alex
2011-11-10 22:12:03 +01:00
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
Alex Neundorf
bf8ef778a3
Add a test for automoc
...
The files are taken from the Qt examples. They are BSD licensed, so it
should be fine. I only edited main.cpp to use both widgets.
Alex
2011-08-16 02:13:26 +02:00