在 QT Creator 中编码时使用 cmake 作为配置工具

发布于 2024-11-28 16:37:09 字数 262 浏览 0 评论 0原文

目前我正在为我的项目使用命令行编译,并使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

马蹄踏│碎落叶 2024-12-05 16:37:09

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文