summaryrefslogtreecommitdiffstats
path: root/mkspecs/winrt-x64-msvc2015
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-15 16:03:14 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-30 10:25:11 +0000
commit612f1f4668b029c41e4bac1038d42f4899740dd4 (patch)
treead489b56345740d9c2981fce2cf0314ab32de6fe /mkspecs/winrt-x64-msvc2015
parent77a8e90cddcfa1c34518ef846a4838874a7bc0c7 (diff)
centralize QMAKE_COMPILER_DEFINES+=_WIN32 also for winrt specs
this is mostly for appearances (as evidenced by everything working despite it being missing from some specs), as the variable is just a fallback for moc.prf's automatic detection. Change-Id: Ie4af24c02ec03aaa1810281d1bb6876ea38cedf8 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'mkspecs/winrt-x64-msvc2015')
-rw-r--r--mkspecs/winrt-x64-msvc2015/qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/winrt-x64-msvc2015/qmake.conf b/mkspecs/winrt-x64-msvc2015/qmake.conf
index d7e2fcf3c2..d503399e3c 100644
--- a/mkspecs/winrt-x64-msvc2015/qmake.conf
+++ b/mkspecs/winrt-x64-msvc2015/qmake.conf
@@ -5,7 +5,6 @@
#
include(../common/winrt_winphone/qmake.conf)
-QMAKE_COMPILER_DEFINES += _WIN32
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_PC_APP WINAPI_PARTITION_PHONE_APP=1 X64 __X64__ __x64__
QMAKE_CFLAGS += -FS