summaryrefslogtreecommitdiffstats
path: root/mkspecs/winrt-x64-msvc2015
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-11-16 14:18:42 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-23 13:45:26 +0000
commit4d9fbb33458c82aaf37d9712495a0653aae70533 (patch)
treee4c5bb186ccf8b05185ae96a444b7667bb8209d5 /mkspecs/winrt-x64-msvc2015
parent5196d5602c70b8d4c08e49921e9459425ada8a42 (diff)
Remove hard-coded MS compiler versions from the mkspecs
We're asking the compiler anyway, so we can fully use this information just as well. Note that this actually happens after the spec itself has been processed, so it was necessary to delay the version-specific flag handling as well. Change-Id: Ib57b52598e2f452985e9fffd14587b581d946022 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'mkspecs/winrt-x64-msvc2015')
-rw-r--r--mkspecs/winrt-x64-msvc2015/qmake.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/mkspecs/winrt-x64-msvc2015/qmake.conf b/mkspecs/winrt-x64-msvc2015/qmake.conf
index 3bf5aa4bc8..d7e2fcf3c2 100644
--- a/mkspecs/winrt-x64-msvc2015/qmake.conf
+++ b/mkspecs/winrt-x64-msvc2015/qmake.conf
@@ -4,7 +4,6 @@
# Written for Microsoft Visual C++ 2015
#
-MSC_VER = 1900
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__
@@ -16,7 +15,6 @@ QMAKE_LFLAGS += /MACHINE:X64 /NODEFAULTLIB:kernel32.lib
QMAKE_LIBS += windowscodecs.lib WindowsApp.lib runtimeobject.lib OneCore.lib
VCPROJ_ARCH = x64
-MSVC_VER = 14.0
WINSDK_VER = 10.0
WINTARGET_VER = winv10.0
WINRT_MANIFEST = $$PWD/../common/winrt_winphone/manifests/10.0/AppxManifest.xml.in