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
606 B
Plaintext
21 lines
606 B
Plaintext
#
|
|
# qmake configuration for winrt-arm-msvc2013
|
|
#
|
|
# Written for Microsoft Visual C++ 2013
|
|
#
|
|
|
|
include(../common/winrt_winphone/qmake.conf)
|
|
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_PC_APP ARM __ARM__ __arm__
|
|
|
|
QMAKE_CFLAGS += -FS
|
|
QMAKE_CXXFLAGS += -FS
|
|
QMAKE_LFLAGS += /MACHINE:ARM
|
|
|
|
QMAKE_LIBS += windowscodecs.lib kernel32.lib ole32.lib
|
|
|
|
VCPROJ_ARCH = ARM
|
|
WINSDK_VER = 8.1
|
|
WINTARGET_VER = winv6.3
|
|
WINRT_MANIFEST = $$PWD/../common/winrt_winphone/manifests/8.1/AppxManifest.xml.in
|
|
WINRT_MANIFEST.architecture = arm
|