简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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