在qt目录下make后出现以下错误:
make: Nothing to be done for `first'
解决:将你当前目录下的,删除你程序主要的 *.cpp 和 *.h文件以外的所有文件。
接着执行:
#qmake -project
#qmake
#make
运行正常。
在qt目录下make后出现以下错误:
make: Nothing to be done for `first'
解决:将你当前目录下的,删除你程序主要的 *.cpp 和 *.h文件以外的所有文件。
接着执行:
#qmake -project
#qmake
#make
运行正常。
转载于:https://www.cnblogs.com/lyhui/p/3745164.html