如何使用 qmake 和 QT 生成 xcode 项目

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7510068/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 22:00:13  来源:igfitidea点击:

How to generate xcode project using qmake with QT

xcodeqtqmake

提问by Cylon

using

使用

qmake -spec macx-xcode

can only generate older version test.pbproj and can not open in xcode 4

只能生成旧版本的test.pbproj,无法在xcode 4中打开

How to generate test.xcodeproj

如何生成 test.xcodeproj

采纳答案by Nicholas Smith

It's a bug, but if you go here to the bug reportsyou'll find some notes on what people did to fix it.

这是一个错误,但如果你去这里查看错误报告,你会发现一些关于人们为修复它所做的工作的注释。