I managed it to make it work with CMake
> Am 13.05.2016 um 17:13 schrieb NoRulez :
>
> Hello,
>
> I get the following error:
> "Error: You are creating QApplication before calling UIApplicationMain. If
> you are writing a native iOS application, and only want to use Qt for parts
> of the appli
Hello,
I get the following error:
"Error: You are creating QApplication before calling UIApplicationMain. If you
are writing a native iOS application, and only want to use Qt for parts of the
application, a good place to create QApplication is from within
'applicationDidFinishLaunching' inside