I installed Qt 5.0.1 but during compilation of a new project i get the following errors
'C:\Qt\Qt5.0.1\5.0.1\msvc2010\bin\uic.exe' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\Qt\Qt5.0.1\5.0.1\msvc2010\bin\uic.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Bin\nmake.exe"' : return code '0x2'
Stop.
13:16:24: The process "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Bin\nmake.exe" exited with code 2.
Error while building/deploying project Demo (kit: Desktop Qt 5.0.1 MSVC2010 32bit)
When executing step 'Make'
But If i run the examples it works perfect. What steps should I follow to get this working ?
TIA
↧