Hi,

On 25.04.2016 00:29, Gianluca wrote:
It’s not the first time that I see people knowing some “secrets” of Qmake …
… where is the full documentation of all these details ?

I found that here:

http://doc.qt.io/qt-5/building-from-source-ios.html

*Note:*A default build will include both simulator and device libraries. If you want to build for a single target, use the|-sdk|argument with either|iphoneos|or|iphonesimulator|.

But I don't remember where I found that first time, just google a little... :)



Il giorno 24/apr/2016, alle ore 18:47, Igor Mironchik 
<igor.mironc...@gmail.com> ha scritto:

Hi,

For real device you can use:

ios {
  iphoneos {
    # Here is the real device....
  }
}

On 24.04.2016 20:45, mark diener wrote:
Hello List:

Who can tell me how to detect whether a build is for IOS or IOS Simulator
in the project PRO file.

ios {
     QMAKE_IOS_DEPLOYMENT_TARGET=8.0
     QMAKE_IOS_TARGETED_DEVICE_FAMILY=1,2
}

But how to I differentiate between IOS builds and IOS-simulator builds?

Thanks,

Marco
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
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