PDA

View Full Version : Generated Files ... VS2005 How do I regenerate?



jeffpogo
19th May 2009, 00:20
Hi, I am using qt 4.5.1 on vs2005 XP.

I have the qt vs integration installed and build was not running moc on a file inside a subdirectory, so deleted all the files in the "Generated File" directory.

I tried running qmake from the command line and now building my project no longer builds any moc files.

How do I regerate my "Generated Files" ?

Thank you, Jeff.

wysota
19th May 2009, 00:54
Run qmake -tp vc to regenerate a Visual Studio project file from qmake project file (you need to have one of course).