简体   繁体   English

Qt Creator Project 在两次构建之间删除 Makefile

[英]Qt Creator Project deletes Makefile in between builds

I somehow seem to have jacked up a setting in my QtCreator project.我似乎在我的 QtCreator 项目中设置了一个设置。 I have a modified makefile in my projects build folder, and I am using that makefile to link in some external libraries, and point to other include files, etc. It seems like in between builds, or during cleans, or something, Qt Is deleting that file, and I have to go back in and re-add the includes and such that I added manually.我在我的项目构建文件夹中有一个修改过的 makefile,我正在使用该 makefile 链接到一些外部库,并指向其他包含文件等。它似乎在构建之间,或在清理期间,或其他东西,ZE88801102A40ADAE25ZDDFDCBF8该文件,我必须将 go 重新添加并重新添加包含,以便我手动添加。 What am I doing wrong?我究竟做错了什么? How can I keep it from doing that?我怎样才能让它不这样做?

Qt mostly works with project files (*.pro) which it uses to generate Makefiles or Visual-Studio project files. Qt 主要与用于生成 Makefile 或 Visual-Studio 项目文件的项目文件 (*.pro) 一起使用。 Look for a file with the extension.pro in your project folder.在您的项目文件夹中查找扩展名为.pro 的文件。 You either have to lean how to handle project files or find ways to enter this information in QtCreator via the project tab.你要么必须学习如何处理项目文件,要么想办法通过项目选项卡在 QtCreator 中输入这些信息。

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

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