在 QT Creator 中使用 makefile

发布于 2024-12-10 05:53:45 字数 102 浏览 0 评论 0原文

我有一个使用 Makefile 的 C++ 项目,现在我想使用 QT Creator 进行开发,但我不想接触 Makefile,有没有办法使用现有的 Makefile QT Creator。

I have a C++ project which uses Makefile,now i want to use QT creator for development but I do not want to touch the Makefile, Is there any way QT creator with an existing Makefile.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

风吹短裙飘 2024-12-17 05:53:45

当您创建一个新的 QT Creator 项目时,您可以在程序中编辑 make 文件。

我在添加自己的文件、库等方面没有遇到任何问题。从另一个非 QT 项目进入它。

如果你想完全避免 make 文件,GUI 中有一个导入功能可以引入外部文件,但我会密切关注它在做什么。我让它对如何处理文件做出“创造性”选择。

编辑以包括答案:您可以在左侧的项目选项卡中更改用于制作项目的确切步骤。

When you make a new QT Creator project, you are able to edit the make file in the program.

I haven't not had any trouble with adding in my own files, libraries ect. into it, from another, non-QT project.

If you want to avoid the make file all together there is an import function in the GUI to bring in outside files, but I would keep an eye on what it is doing. I have had it make 'creative' choices on what to do with files.

Edit To Include Answer: You can change the exact steps that are used to make the project in the project tab on the left side.

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