我的旧Qt项目文件(.pro文件)正在运行;不会创建任何文件(moc_或.obj文件)。为什么退出构建步骤什么都不做?

时间:2011-10-05 16:50:32

标签: c++ qt build makefile qt-creator

我有一个旧项目(.pro)文件。突然间,我发现我的项目文件没有创建任何文件(moc_或.obj文件)。它来自构建步骤,什么都不做。

编译输出读取,

Starting: "c:\installations\qt\4.7.4\desktop\qt\4.7.4\msvc2005\bin\qmake.exe" D:\iCon\Misc\POC\DOE\DOELib\DOELib.pro -r -spec win32-msvc2005 "CONFIG+=release"
The process "c:\installations\qt\4.7.4\desktop\qt\4.7.4\msvc2005\bin\qmake.exe" exited normally.
Starting: "C:\Installations\Qt\4.7.4\QtCreator\bin\jom.exe" 

jom 1.0.3 - empower your cores

The process "C:\Installations\Qt\4.7.4\QtCreator\bin\jom.exe" exited normally.

1 个答案:

答案 0 :(得分:0)

您是否尝试过运行qmake来重新生成makefile?我有时发现,如果我的.pro文件的日期早于Makefile(可能是因为我在具有不同时钟设置的计算机之间移动了文件),则makefile会变得陈旧,并且不会重新生成moc_ *和ui _ *。