Re: [Interest] iOS: You are creating QApplication before calling UIApplicationMain

2016-05-16 Thread NoRulez
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

[Interest] iOS: You are creating QApplication before calling UIApplicationMain

2016-05-13 Thread 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 application, a good place to create QApplication is from within 'applicationDidFinishLaunching' inside