mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
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)
|
include(../globaldefs.pri)
|
||||||
|
|
||||||
# Force MSVC to compile C as C++ for atomic support
|
# Force MSVC to compile C as C++ for atomic support
|
||||||
*-msvc {
|
*-msvc* {
|
||||||
QMAKE_CFLAGS += /TP
|
QMAKE_CFLAGS += /TP
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue