forked from treefrogframework/treefrog-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.bat
More file actions
21 lines (17 loc) · 692 Bytes
/
Copy pathbuild.bat
File metadata and controls
21 lines (17 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@ECHO OFF
@setlocal
::
:: Edit this line to run the batch file for Qt environment.
::
::call "C:\Qt\Qt5.9.3\5.9.3\mingw53_32\bin\qtenv2.bat"
::call "C:\Qt\Qt5.9.3\5.9.3\msvc2015_64\bin\qtenv2.bat"
::call "C:\Qt\Qt5.9.3\5.9.3\msvc2017_64\bin\qtenv2.bat"
::call "C:\Qt\Qt5.10.0\5.10.0\mingw53_32\bin\qtenv2.bat"
call "C:\Qt\Qt5.10.0\5.10.0\msvc2015_64\bin\qtenv2.bat"
::call "C:\Qt\Qt5.10.0\5.10.0\msvc2017_64\bin\qtenv2.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
::call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
cd /D %~dp0
call compile_install.bat
pause
exit /b