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 aa7dd46 commit 9e10cf4Copy full SHA for 9e10cf4
installer/create_installer.bat
@@ -4,7 +4,7 @@
4
:: Edit this line to run the batch file for Qt environment.
5
::
6
7
-set VERSION=1.13.0
+set VERSION=1.14.0
8
set TFDIR=C:\TreeFrog\%VERSION%
9
set BASEDIR=%~dp0
10
set SLNFILE=%BASEDIR%\treefrog-setup\treefrog-setup.sln
@@ -25,7 +25,7 @@ call :build_setup treefrog-%VERSION%-mingw-setup.exe
25
26
:: MSVC2015
27
::call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
28
-::call :build_msi "C:\Qt\Qt5.6.1\5.6\msvc2015_64\bin\qtenv2.bat" 5.6
+::call :build_msi "C:\Qt\Qt5.6.2-msvc2015\5.6\msvc2015_64\bin\qtenv2.bat" 5.6
29
::call :build_msi "C:\Qt\Qt5.7.0\5.7\msvc2015_64\bin\qtenv2.bat" 5.7
30
::call :build_setup treefrog-%VERSION%-msvc2015_64-setup.exe
31
0 commit comments