标题:正在移植Qt至iOS上
作者:novesky
日期:2012-03-27 14:18
内容:
前几天看到gitorious上的Qt4iOS已经编译出iOS版的Qt4.8了,没下载到,可能链接有问题。于是clone了他的项目https://gitorious.org/~ianfromafrica/qt/qt-ios-plaszma
, 准备自己动手。他是在mac上移植的,我只有linux下的交叉编译环境,好多东西还要自己折腾,比如mkspecs,这个还是蛮重要的。目前编译corelib时就出错,晚上继续研究。
还想把那个很炫的qtdemo也移植下,很有代表性。
要是移植成功就爽了,ipad上也部署了开发环境,到时候就可以随时在pad上写qt程序了。
我的项目我的项目 https://gitorious.org/~ibingow/qt/ibingows-qt-ios-plaszma
#1 [novesky 03-29 19:51]
core, network, xml, sql模块已经在linux上编译成功,测试了一个程序,可能是链接问题,运行时出现如下错误,继续研究
dyld: Library not loaded: @executable_path/
Referenced from: /private/var/mobile/./thread
Reason: no suitable image found.Did find:
/private/var/mobile/./: not a file
/private/var/mobile/: not a file
/usr/local/lib/: not a file
/usr/lib/: not a file
Trace/BPT trap: 5