[Interest] ios qtmn problems
Tor Arne Vestbø
tor.arne.vestbo at digia.com
Fri Aug 7 17:19:34 CEST 2015
GYP is not supported, but if you want to hack up things yourself, you'll
have to replicate the logic from the iOS qt.prf in the mkspec.
For 5.5 that would be calling the rename_main.sh script. For dev, you
can just add -Wl,-e,_qt_main_wrapper to the linker command line.
See c937bbb4fe708f7f873ca630c6ff225f9a3f9ace
tor arne
On 07/08/15 16:21, Иван Комиссаров wrote:
> 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
> <http://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
>
>
More information about the Interest
mailing list