Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

How to compile Qt with Microsoft Visual Studio

$
0
0
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 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] Done Building Project "C:\output\Deneme\Qt\projectQt.vcxproj" (default targets) -- FAILED.   Build FAILED.   "C:\output\Deneme\Qt\projectQt.vcxproj" (default target) (1) -> (CustomBuild target) ->   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]       0 Warning(s)     1 Error(s) How can I solve the problem, please help me…

Viewing all articles
Browse latest Browse all 13965

Trending Articles