QT5构建/调试项目未更新/否更改

Qt5 build/debug project not update/ no changed

本文关键字:更新 项目 构建 调试 QT5      更新时间:2023-10-16

我对QT5.8感到非常满意。但是,当我在qtCreator中编译或运行一个项目时的某个时候,编译输出显示这样的显示:

c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe.exe -spec win32 -g -o makefile ../pou/pou.pro.pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o -o makefile ../pou/pou..pro c:/qt/qt5.6.0/5.6/mingw49_32/bin/qmake.exe -spec win32 -g -o makefile ../pou/pou.po.pro.pro

有时发生。要解决此问题,我将所有源(文本,而不是文件)手动复制到一个新项目。我认为它的丑陋解决方案。如何解决此问题而不手动复制粘贴源?

替代我的环境: - 我的操作系统:Windows10-QT创建者版本:3.6.1 - 编译器:mingw

我解决了问题。只需打开所有文件,然后保存即可。这是文件修改的日期。我在编译之前更改了PC的日期。