Handle MSVC mkspecs with version number suffixes

ARM64 build uses win32-arm64-msvc2017
This commit is contained in:
Cameron Gutman 2020-12-13 23:58:13 -06:00
parent 1e7cb7f13e
commit 355e4a5c67

View file

@ -19,7 +19,7 @@ CONFIG += warn_off
include(../globaldefs.pri)
# Force MSVC to compile C as C++ for atomic support
*-msvc {
*-msvc* {
QMAKE_CFLAGS += /TP
}