1b5271f27f
this makes it consistent with the determination of the default include/library paths. this makes sense, as it's possible to switch the sdk/toolchain after building qt (within reason). a side effect of this change is that for compilers which emulate other compilers, both the real and the emulated version are now made available. Change-Id: Icfcc672c0d2e3d1b5e622993c366063d70ad327c Started-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
24 lines
775 B
Plaintext
24 lines
775 B
Plaintext
#
|
|
# qmake configuration for winphone-arm-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 ARM __ARM__ __ARM__
|
|
CONFIG += no_generated_target_info
|
|
|
|
QMAKE_CFLAGS += -FS
|
|
QMAKE_CXXFLAGS += -FS
|
|
QMAKE_LFLAGS += /MACHINE:ARM /NODEFAULTLIB:kernel32.lib
|
|
|
|
QMAKE_LIBS += WindowsPhoneCore.lib PhoneAppModelHost.lib
|
|
|
|
VCPROJ_ARCH = ARM
|
|
MSVC_VER = 12.0
|
|
WINSDK_VER = 8.1
|
|
WINTARGET_VER = WP81
|
|
WINRT_MANIFEST = $$PWD/../common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in
|
|
WINRT_MANIFEST.architecture = arm
|