summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/qt_module.prf')
-rw-r--r--mkspecs/features/qt_module.prf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 62d225b14d..8bc1175ebb 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -345,4 +345,9 @@ msvc {
QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO += /GUARD:CF
}
+win32 {
+ DEFINES *= _WIN32_WINNT=0x0A00
+ DEFINES *= WINVER=0x0A00
+}
+
TARGET = $$qt5LibraryTarget($$TARGET$$QT_LIBINFIX) # Do this towards the end