开发者

My old Qt project file(.pro file), which was working; doesn't create any files (moc_ or .obj files). Why does it exit the build step doing nothing?

开发者 https://www.devze.com 2023-04-10 17:27 出处:网络
I have an old project (.pro) file. Suddenly, I am seeing that my project file doesn\'t create any files (moc_ or .obj开发者_Go百科 files). It comes out of the build step doing nothing.

I have an old project (.pro) file. Suddenly, I am seeing that my project file doesn't create any files (moc_ or .obj开发者_Go百科 files). It comes out of the build step doing nothing.

the compile output reads,

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.


Have you tried running qmake to regenerate the makefiles? I've sometimes found that if my .pro file has an earlier date than the Makefiles (possibly because I moved a file between computers with a different clock setting) that makefiles get stale and don't regenerate moc_* and ui_*.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号