Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
1.2.0
-
None
-
OS X Mavericks / QtCreator 3.1.1
-
4128b3735f1bd004300c317f1a8ae7ce03a0c235
Description
Qbs does not create moc rule for Objective C++ files containing QObject classes / macros (*.mm)
If I declare QObject class inside a Toto.mm file, and add in #include "Toto.moc" then qbs does not generate the moc rule and build fails not finding the moc file.