Qt Creator 和 GCC
如何使用 Qt Creator 构建本机 C++ 文件。我想在 Qt Creator 中编写本机 C++ 程序,然后使用 GCC 构建它们。
我怎样才能做到呢?
PS 我使用的是 Ubuntu 10.04 和 Qt Creator 2.1.1
How I can build native C++ files using Qt Creator. I want to write native C++ programs in Qt Creator and then build them using GCC.
How I can do it?
P.S. I am on Ubuntu 10.04 with Qt Creator 2.1.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1) 创建一个文件夹,用于存储项目并运行命令:
2) 打开 your_project.pro 并放置一些标志等...例如
3) 使用 qtcreator 打开 pro 文件。
4) 享受编码的乐趣:)
1) Create a folder where you will store you project and run command:
2) Open your_project.pro and put some flags etc... like
3) Go and open pro file with your qtcreator.
4) Enjoy coding :)