fbbe8aba9d
Allows a qt build to be configured to target arm64 desktop apps cross platform and build them with nmake. Change-Id: I99fed12047b45a504a1644201bcc19b18c69f3e6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
16 lines
290 B
Plaintext
16 lines
290 B
Plaintext
#
|
|
# qmake configuration for win32-arm64-msvc2017
|
|
#
|
|
# 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)
|