我是靠谱客的博主 还单身美女,最近开发中收集的这篇文章主要介绍借鉴Github上面的Qt开源项目说事儿之一(Qt for iOS),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

         最近喜欢闲逛github,去上面看看关于Qt方面的一些开源资料和项目,看到好多优秀的Qt开源项目,特别在最新的移动开发方面的项目,比如Qt for iOS,Qt for Android等

找到一个奇葩的项目,是mac下面本地iOS app 内嵌入QML界面的,看作者对这个项目的一些描述

Steps you need to do before building
-------------------------------------------
- Go to build settings tab and change QTDIR in the user-defined section at the bottom
    to point to your local installation of Qt.
- You may need to update #include <QtGui/5.2.0/QtGui/qpa/qplatformnativeinterface.h> in QmlView.mm
    to the correct version (instead of 5.2.0)

Steps that has already been taken to enable Qt:
-------------------------------------------

- NOte: The following is a work-around for now, until hybrid case is officially supported!

- add $QTDIR/include folder to header search paths under settings tab
- change build architecture to only armv7 (not armv7s) under settings tab
- change c++ language dialiect to GNU

最后

以上就是还单身美女为你收集整理的借鉴Github上面的Qt开源项目说事儿之一(Qt for iOS)的全部内容,希望文章能够帮你解决借鉴Github上面的Qt开源项目说事儿之一(Qt for iOS)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(55)

评论列表共有 0 条评论

立即
投稿
返回
顶部