4d9fbb3345
We're asking the compiler anyway, so we can fully use this information just as well. Note that this actually happens after the spec itself has been processed, so it was necessary to delay the version-specific flag handling as well. Change-Id: Ib57b52598e2f452985e9fffd14587b581d946022 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
21 lines
687 B
Plaintext
21 lines
687 B
Plaintext
#
|
|
# qmake configuration for winrt-arm-msvc2015
|
|
#
|
|
# Written for Microsoft Visual C++ 2015
|
|
#
|
|
|
|
include(../common/winrt_winphone/qmake.conf)
|
|
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_PC_APP WINAPI_PARTITION_PHONE_APP=1 ARM __ARM__ __arm__
|
|
|
|
QMAKE_CFLAGS += -FS
|
|
QMAKE_CXXFLAGS += -FS
|
|
QMAKE_LFLAGS += /MACHINE:ARM /NODEFAULTLIB:kernel32.lib
|
|
|
|
QMAKE_LIBS += windowscodecs.lib WindowsApp.lib runtimeobject.lib OneCore.lib
|
|
|
|
VCPROJ_ARCH = ARM
|
|
WINSDK_VER = 10.0
|
|
WINTARGET_VER = winv10.0
|
|
WINRT_MANIFEST = $$PWD/../common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
|
|
WINRT_MANIFEST.architecture = arm
|