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>
23 lines
746 B
Plaintext
23 lines
746 B
Plaintext
#
|
|
# qmake configuration for winphone-x86-msvc2013
|
|
#
|
|
# Written for Microsoft Visual C++ 2013
|
|
#
|
|
|
|
include(../common/winrt_winphone/qmake.conf)
|
|
QMAKE_PLATFORM = winphone $$QMAKE_PLATFORM
|
|
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP X86 __X86__ __x86__
|
|
CONFIG += no_generated_target_info
|
|
|
|
QMAKE_CFLAGS += -FS
|
|
QMAKE_CXXFLAGS += -FS
|
|
QMAKE_LFLAGS += /MACHINE:X86 /NODEFAULTLIB:kernel32.lib
|
|
|
|
QMAKE_LIBS += WindowsPhoneCore.lib PhoneAppModelHost.lib
|
|
|
|
VCPROJ_ARCH = Win32
|
|
WINSDK_VER = 8.1
|
|
WINTARGET_VER = WP81
|
|
WINRT_MANIFEST = $$PWD/../common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in
|
|
WINRT_MANIFEST.architecture = x86
|