summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutomoc/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* automoc: add special handling for including basename_p.moc, with testAlex Neundorf2011-11-221-0/+4
| | | | Alex
* automoc: add test for including the moc file from another headerAlex Neundorf2011-11-221-0/+4
| | | | | | | including moc_xyz.cpp in abc.cpp should run moc on xyz.h (and include the file in abc.cpp) Alex
* automoc: add a test for including both abc.moc and moc_abc.cppAlex Neundorf2011-11-221-0/+4
| | | | Alex
* automoc: add more test casesAlex Neundorf2011-11-101-0/+8
| | | | Alex
* automoc:run moc on the header if the source file contains include "foo.moc"Alex Neundorf2011-10-221-0/+4
| | | | | | | | | | 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
* Add a test for automocAlex Neundorf2011-08-161-0/+58
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