summaryrefslogtreecommitdiffstats
path: root/mkspecs/winrt-x64-msvc2015
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-09-02 12:54:21 +0200
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-11-30 14:29:44 +0000
commit7733a5fccc39aa5141e5968eef3fa47bc62917d9 (patch)
tree58f113eb65016a921c3824b9565a9ceb1ac5c16c /mkspecs/winrt-x64-msvc2015
parenteb16f853529e4e0c10816054d2c28030963097ce (diff)
msvc: Introduce base config file for all targets
Visual Studio version specific changes have been added to msvc- desktop.conf which is not used in WinRT or Windows Phone related builds. Hence take a similar approach to gcc and introduce msvc-base to be used by all configurations for common settings. For WinRT this will only be applied to msvc2015 and later on to not introduce any regressions or behavior changes for previous versions. Change-Id: Ib1a4d539d46d788470c00cb5969fee74a803bd67 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'mkspecs/winrt-x64-msvc2015')
-rw-r--r--mkspecs/winrt-x64-msvc2015/qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/winrt-x64-msvc2015/qmake.conf b/mkspecs/winrt-x64-msvc2015/qmake.conf
index 5b82f79981..ca2dc88bf0 100644
--- a/mkspecs/winrt-x64-msvc2015/qmake.conf
+++ b/mkspecs/winrt-x64-msvc2015/qmake.conf
@@ -4,6 +4,7 @@
# Written for Microsoft Visual C++ 2015
#
+MSC_VER = 1900
include(../common/winrt_winphone/qmake.conf)
QMAKE_COMPILER_DEFINES += _MSC_VER=1900 _WIN32
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_PC_APP WINAPI_PARTITION_PHONE_APP=1 X64 __X64__ __x64__