Handle MSVC mkspecs with version number suffixes
ARM64 build uses win32-arm64-msvc2017
This commit is contained in:
parent
1e7cb7f13e
commit
355e4a5c67
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue