From 4d9fbb33458c82aaf37d9712495a0653aae70533 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 16 Nov 2016 14:18:42 +0100 Subject: 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 --- mkspecs/win32-msvc2008/qmake.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'mkspecs/win32-msvc2008/qmake.conf') diff --git a/mkspecs/win32-msvc2008/qmake.conf b/mkspecs/win32-msvc2008/qmake.conf index d1382ff2d4..0d9eac7008 100644 --- a/mkspecs/win32-msvc2008/qmake.conf +++ b/mkspecs/win32-msvc2008/qmake.conf @@ -4,7 +4,5 @@ # Written for Microsoft Visual C++ 2008 # -MSC_VER = 1500 -MSVC_VER = 9.0 include(../common/msvc-desktop.conf) load(qt_config) -- cgit v1.2.3