[Interest] How to set iOS deployment target ?

2015-10-28 Thread Gian Maxera
Hello, I have to set up the minimum deployment target to iOS 7.0 … how can I set up this into .pro ? Ciao, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] How to set iOS deployment target ?

2015-10-28 Thread Gian Maxera
OOh … 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 wrote: > > QMAKE_IOS_DEPLOYMENT_TARGET ___ Interest mailing

Re: [Interest] How to set iOS deployment target ?

2015-10-28 Thread Samuel Gaist
On 28 oct. 2015, at 12:26, Gian Maxera wrote: > Hello, > I have to set up the minimum deployment target to iOS 7.0 … how can I set up > this into .pro ? > > Ciao, > Gianluca. > > ___ > Interest mailing list >

Re: [Interest] How to set iOS deployment target ?

2015-10-28 Thread Jason H
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