简体   繁体   English

在QT创建者中使用makefile

[英]using makefile in QT creator

我有一个使用Makefile的C ++项目,现在我想使用QT创建器进行开发,但是我不想触碰Makefile,是否可以通过现有的Makefile使用QT创建器。

When you make a new QT Creator project, you are able to edit the make file in the program. 制作新的QT Creator项目时,您可以在程序中编辑make文件。

I haven't not had any trouble with adding in my own files, libraries ect. 我添加自己的文件,库等没有任何麻烦。 into it, from another, non-QT project. 来自另一个非QT项目。

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. 如果要一起避免生成文件,则GUI中有一个导入功能可以引入外部文件,但是我会密切注意它在做什么。 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. 编辑以包括答案:您可以在左侧的“项目”选项卡中更改用于制作项目的确切步骤。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM