[Interest] How to set iOS deployment target ?

Jason H jhihn at gmx.com
Wed Oct 28 15:10:30 CET 2015


I've made the same complaint. Here are some bore things you might find helpful:

macx {
	QMAKE_MAC_SDK = macosx10.10
	QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
} 
ios {
	CONFIG += qtquickcompiler
	QMAKE_INFO_PLIST = ios/Info.plist
	QTPLUGIN += qsqlite qtsensors_ios
	launch_images_actual.files = $$PWD/ios/Launch.xib $$PWD/ios/LaunchImage-iOS7-Portrait at 2x.png
	QMAKE_BUNDLE_DATA += launch_images_actual
	ios_icon.files = $$files($$PWD/ios/AppIcon*.png)
	QMAKE_BUNDLE_DATA += ios_icon
	QMAKE_IOS_DEPLOYMENT_TARGET=8.0
	QMAKE_IOS_TARGETED_DEVICE_FAMILY=1,2
}
 

Sent: Wednesday, October 28, 2015 at 7:32 AM
From: "Gian Maxera" <gmaxera at gmail.com>
To: "Samuel Gaist" <samuel.gaist at edeltech.ch>
Cc: "Qt Project MailingList" <interest at qt-project.org>
Subject: Re: [Interest] How to set iOS deployment target ?

OOhhhhh … THANKS! but ... why it’s not documented ?? … and why Qt Creator does not recognize as a valid qmake variable ?? 

On 28 Oct 2015, at 11:29, Samuel Gaist <samuel.gaist at edeltech.ch> wrote: 
QMAKE_IOS_DEPLOYMENT_TARGET
_______________________________________________ Interest mailing list Interest at qt-project.org http://lists.qt-project.org/mailman/listinfo/interest[http://lists.qt-project.org/mailman/listinfo/interest]



More information about the Interest mailing list