Cmake never links to _iphonesimulator libraries
-
wrote on 29 Dec 2014, 17:12 last edited by
Hi,
Qts cmake scripts from Qt5.4.0/5.4/ios/lib/cmake/ never link to _iphonesimulator postfixed libraries, only to device ones. Most ios libraries I
ve worked with use a single fat binary for arm/x64, but Qt splits them into two separate libs for some reason. Also it looks like the cmake scripts are autogenerated, is the generator available somewhere? It should be quite easy to add the _iphonesimulator to library list in the generator. -
wrote on 7 Jan 2015, 02:16 last edited by
Hi Soth,
Noticed the same thing yesterday when looking at this stuff. From past experience the CMake support doesn't get the greatest of love but someone must still be maintaining it. You could try the interest@qt-project.org mailing list - I've had a little more luck there for these more technical questions in the past.
I've recently been looking at building using the https://code.google.com/p/ios-cmake/toolchain after having success doing something similar for Android builds so I'd be interested in anything you find out.
Cheers