您的位置:首页 > 编程语言 > Qt开发

QT for IOS 模拟机运行

2014-03-26 19:54 176 查看

Setting QT in Xcode step by step guide

HI , This post is for those who are new in xcode & Qt....

Suppose your project name is myproj .

1. write all .CPP,.H & .pro file in a folder.

2. write these commands in terminal------

3. cd /myproj

4. qmake -o makefile myproj.pro

5. qmake -spec macx-g++

6. qmake &&make.

after successfull build ...

7. qmake -spec macx-xcode

then your project folder will be having xcode file open it by double clicking...... now you can edit your application in XCODE.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: