Hi everybody. I'm trying to compile a Qt app using GYP for ios. GYP has no qt support, so i have to link all nececcary library/frameworks manually. My app compiles for ios, but when i try to run it on the device, i got a crash in qtmn in a qioseventdispatcher.mm ( https://github.com/qtproject/qtbase/blob/5.5/src/plugins/platforms/ios/qioseventdispatcher.mm#L246 ) I've added -Dmain=qtmn flag to the compiler with no effect I'm using --force-load to load libqios_debug.a too. Any other hints i am missing?
Thanks Ivan
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest