Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.3.0 Beta1
-
None
-
Mac : Mountain LION
QtCreator 3.0.82
Qt 5.3.0
Description
In the .h of a .mm, when I use something like
#if defined(Q_OS_IOS) class Test : public QObject { Q_OBJECT ... }; #endif
The generated file is empty : the Q_OS_IOS is not defined.
Attachments
Issue Links
- duplicates
-
QTBUG-34593 moc does not know about compiler's built-in defines
-
- Closed
-