Hi there,
few days ago I downloaded and installed the new Qt 5.2.0 with QtCreator 3.0 with additional Support for IOS and Android mobile applications. I used the Wizard to build a pretty easy project for Android as well as for IOS using QML – it worked like charm with the provided emulators.
The next step was trying to compile a much more bigger project that is actually maintained with CMake and was previously successfully compiled with QtCreator for all major desktop-like platforms (Win,Mac,Linux). I hoped, with the new QtCreator and it’s powerful integration it would be easy o just compile our sources and get an IOS project just like the Wizard offers, but eventually got stuck in the middle of the process.
When I open my top-level CMakeLists.txt with “Open File or Project” I’m only able to choose CMake-generators for Desktop applications. Is there a way tu persuade CMake and/or QtCreator to build a project using the IOS toolchain right now? If not, what would be the smoothest way to bring my CMake maintained QML application to compile with the provided IOS toolchain using QtCreator as IDE?
Any help is appreciated!
↧