summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module.prf
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-09-12 17:51:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-13 19:33:08 +0200
commitedc652db101c88dd681a7bc1039748065880156a (patch)
treec005c3adbd6b5c290f0dcdb7ddd71be01f25bb7d /mkspecs/features/qt_module.prf
parent8e95ede2a5267e504ceea3af8fdc6a6a9b057dfe (diff)
Qt 5 API should correspond to Qt 4.8 on Windows, not 4.9.
Change-Id: I052e76b4dcf0765d142567f748022d652072075c Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/features/qt_module.prf')
-rw-r--r--mkspecs/features/qt_module.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 4966c63a3e..37d74b97cf 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -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