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-portr...@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" <gmax...@gmail.com>
To: "Samuel Gaist" <samuel.ga...@edeltech.ch>
Cc: "Qt Project MailingList" <interest@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.ga...@edeltech.ch> wrote: 
QMAKE_IOS_DEPLOYMENT_TARGET
_______________________________________________ Interest mailing list 
Interest@qt-project.org 
http://lists.qt-project.org/mailman/listinfo/interest[http://lists.qt-project.org/mailman/listinfo/interest]
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to