I created a Qt programme, I can compile it without problem manuelly with Visual Studio (using Add-In) but when I try to compile it with coding I have a problem. The problem is
Qt Code:
  1. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 3. [C:\output\Deneme\Qt\projectQt.vcxproj]
  2. Done Building Project "C:\output\Deneme\Qt\projectQt.vcxproj" (default targets) -- FAILED.
  3.  
  4. Build FAILED.
  5.  
  6. "C:\output\Deneme\Qt\projectQt.vcxproj" (default target) (1) ->
  7. (CustomBuild target) ->
  8. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 3. [C:\output\Deneme\Qt\projectQt.vcxproj]
  9.  
  10. 0 Warning(s)
  11. 1 Error(s)
To copy to clipboard, switch view to plain text mode 
How can I solve the problem, please help me…