PDA

View Full Version : MOCing problem while compiling Qt code with VS2005 on x64 Platform



arbi
27th August 2010, 09:36
I am trying to compile my qt project on 64 bit platform. My IDE is Ms VS2005 and
Qt integration is installed. My Qt version is Qt. 4.5.0.

When compiling on Win32 platform there is no problem at all. But on x64 the mocing
seems not working. On win32 when i rebuild the project the first lines that Vs2005 outputs are "MOCing xxx.h...." But on x64 no output about moc is generated.So no moc files are generated and i am getting errors related with absent moc files. I managed to create moc files on the command prompt by explicitly
calling moc.exe but i have hundreds of files to be mocced.

am i missing something to make Moc works integrated with VS2005 on x64?