e88ba1159f
The mkspec works with msvc 2019 as well. As 2017 is no longer supported, we should reflect this reality in the mkspecs naming. Change-Id: Ib1165343d43fd50eebc5e4e598e653ddc4a9b1ab Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
#
|
|
# qmake configuration for win32-arm64-msvc
|
|
#
|
|
# Written for Microsoft C/C++ Optimizing Compiler targeting arm64.
|
|
#
|
|
|
|
include(../common/msvc-desktop.conf)
|
|
|
|
WINSDK_VER = 10.0
|
|
VCPROJ_ARCH = ARM64
|
|
|
|
DEFINES += WIN64
|
|
QMAKE_COMPILER_DEFINES += _WIN64
|
|
|
|
load(qt_config)
|