We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92818e8 commit 47389c0Copy full SHA for 47389c0
build.bat
@@ -5,11 +5,11 @@
5
:: Edit this line to run the batch file for Qt environment.
6
::
7
::call "C:\Qt\Qt5.6.2-mingw\5.6\mingw49_32\bin\qtenv2.bat"
8
-::call "C:\Qt\Qt5.7.0-mingw\5.7\mingw53_32\bin\qtenv2.bat"
9
-call "C:\Qt\Qt5.6.2-msvc2015\5.6\msvc2015_64\bin\qtenv2.bat"
+call "C:\Qt\Qt5.7.0-mingw\5.7\mingw53_32\bin\qtenv2.bat"
+::call "C:\Qt\Qt5.6.2-msvc2015\5.6\msvc2015_64\bin\qtenv2.bat"
10
11
::call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
12
-call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
+::call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
13
14
cd /D %~dp0
15
call compile_install.bat
0 commit comments