在 QT Creator 中编码时使用 cmake 作为配置工具
目前我正在为我的项目使用命令行编译,并使用 cmake
来配置我的项目。因此,对于我的项目,我已经配置了 CMakeLists.txt
。
现在我计划使用 QT Creator
构建项目。问题是我不想再次重写配置设置以使用 qmake 。换句话说,我试图将 cmake
作为我的默认配置工具。那么有什么办法我仍然可以使用我的旧 CMakeLists.txt
文件。
Currently I am using the command line compilation for my project and i used cmake
to configure my project. so for my project i already have my CMakeLists.txt
configured.
Now I'm planning to build project using the QT Creator
. The problem is that I do not want to rewrite configuration settings again to use qmake
so. Put differently, i am kind of trying to keep cmake
as my default configuration tool. So is there any way i can still use my good old CMakeLists.txt
file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Qt Creator 应该允许您打开 CMake 项目。我还没有尝试过这个,但请参阅 http://doc。 qt.nokia.com/qtcreator-2.2/creator-project-cmake.html
Qt Creator should allow you to open a CMake project. I haven't tried this, but see http://doc.qt.nokia.com/qtcreator-2.2/creator-project-cmake.html