mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
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)
|