Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.7.1
-
None
-
Windows 7 64bit
-
72463bbd87044148fcafcdc2c1189aa7a5593cf9
Description
Qbs 1.6.x works well with ` qbs setup-toolchains --detect` for `Visual C++ Build Tools 2015` . Qbs 1.7.1 not.
Info:
Detecting MSVC toolchains...
Could not detect an installation of the Windows SDK or Visual Studio.
Could not detect any toolchains. No profile created.
'\SDK\Qt\amd64\bin\qmake.exe' does not seem to be a qmake executable.
'\SDK\Qt\x86\bin\qmake.exe' does not seem to be a qmake executable.
Bat code:
Unable to find source-code formatter for language: bat. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
@echo off rmdir /S /Q %APPDATA%\QtProject >nul 2>&1 qbs setup-toolchains --detect qbs setup-qt %MYDEVDIR%\SDK\Qt\amd64\bin\qmake.exe Qt64 qbs config --unset profiles.Qt64.cpp.minimumWindowsVersion qbs setup-qt %MYDEVDIR%\SDK\Qt\x86\bin\qmake.exe Qt32 qbs config --unset profiles.Qt32.cpp.minimumWindowsVersion qbs config defaultProfile Qt64 qbs config-ui