Qt 5 API should correspond to Qt 4.8 on Windows, not 4.9.
authorStephen Kelly <stephen.kelly@kdab.com>
Wed, 12 Sep 2012 15:51:35 +0000 (17:51 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 13 Sep 2012 17:33:08 +0000 (19:33 +0200)
Change-Id: I052e76b4dcf0765d142567f748022d652072075c
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
mkspecs/features/qt_module.prf

index 4966c63..37d74b9 100644 (file)
@@ -221,7 +221,7 @@ DEFINES *= QT_DEPRECATED_WARNINGS
 win32 {
     # On Windows, due to the way DLLs work, we need to export all functions,
     # including the inlines
-    DEFINES *= QT_DISABLE_DEPRECATED_BEFORE=0x040900
+    DEFINES *= QT_DISABLE_DEPRECATED_BEFORE=0x040800
 } else {
     # On other platforms, Qt's own compilation goes needs to compile the Qt 5.0 API
     DEFINES *= QT_DISABLE_DEPRECATED_BEFORE=0x050000