qt6windows7/mkspecs/win32-arm64-msvc/qmake.conf

16 lines
286 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
#
# 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)