0afe3c7ee3
This define causes source incompatibilities in QML applications, as it results in removal of properties from e.g. MouseArea. The default (null) cursor implementation which will now be active should cause negligible overhead with this define removed. Change-Id: I8ee78e084cb95b4c73782a3a831f0672ba230b19 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
21 lines
643 B
Plaintext
21 lines
643 B
Plaintext
#
|
|
# qmake configuration for winphone-x86-msvc2012
|
|
#
|
|
# Written for Microsoft Visual C++ 2012
|
|
#
|
|
|
|
include(../common/winrt_winphone/qmake.conf)
|
|
QMAKE_COMPILER_DEFINES += _MSC_VER=1700
|
|
QMAKE_PLATFORM = winphone $$QMAKE_PLATFORM
|
|
DEFINES += WINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP X86 __X86__ __x86__
|
|
|
|
QMAKE_LFLAGS += /MACHINE:X86
|
|
|
|
QMAKE_LIBS += WindowsPhoneCore.lib PhoneAppModelHost.lib
|
|
|
|
VCPROJ_ARCH = Win32
|
|
MSVC_VER = 11.0
|
|
WINSDK_VER = 8.0
|
|
WINTARGET_VER = WP80
|
|
WINRT_MANIFEST = $$PWD/../common/winrt_winphone/manifests/8.0/WMAppManifest.xml.in
|