Alex Neundorf 5e8e9ad68c automoc: always run moc on the cpp file if there is a foo.moc included
This makes automoc behaves as the documentation says.
If there is a #include "foo.moc" in the source file, moc
will be executed on foo.cpp.
Before it was also executed on foo.cpp, but only if foo.cpp
contained a Q_OBJECT macro, otherwise moc was executed on
foo.h. This was confusing, and this change also shouldn't break
anything, since the headers are moc'ed anyway if they contain
a Q_OBJECT macro.

Alex
2011-10-22 21:16:39 +02:00
..
2011-09-21 17:29:16 -04:00
2011-10-22 00:10:10 -04:00
2011-08-25 15:40:49 -04:00
2011-09-15 16:20:33 +02:00
2011-09-02 11:15:11 -04:00
2010-09-10 14:42:09 -04:00
2006-03-10 13:54:57 -05:00
2010-11-12 10:47:28 -05:00
2011-10-02 18:30:42 +01:00
2011-10-22 19:43:34 +02:00
2011-10-02 18:30:42 +01:00
2011-10-02 18:30:42 +01:00
2010-08-31 10:41:23 -04:00