Details
-
Bug
-
Resolution: Done
-
P2: Important
-
0.2
-
None
-
qbs from http://qt.gitorious.org/qt-labs/qbs/commit/5e085d9957dcbf6d3992e71c0d16d0a90c479de9
Win 7, Qt 4.7.2 mingw
Description
The following macros are not defined when compiling cpp files with qbs (compared to using qmake on the same Qt 4.7.2 with mingw, on Windows 7)
In release config:
QT_NO_DEBUG
In all configs:
QT_LARGEFILE_SUPPORT
QT_DLL
QT_CORE_LIB
QT_HAVE_MMX
QT_HAVE_3DNOW
QT_HAVE_SSE
QT_HAVE_MMXEXT
QT_HAVE_SSE2
QT_THREAD_SUPPORT
QT_NEEDS_QMAIN
The only one I've ever actually used is QT_NO_DEBUG, because of debug-only asserts and such.
Attachments
Issue Links
- is replaced by
-
QBS-105 create tool for registering Qt versions
- Closed