overte-JulianGro/tools/qt-builder/qt5vars.bat
2020-12-28 15:54:38 +13:00

17 lines
No EOL
551 B
Batchfile

@echo off
REM Set up \Microsoft Visual Studio 2019, where <arch> is \c amd64, \c x86, etc.
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
REM Edit the following line to point to the drive and path of the Qt source code
SET _ROOT=..\qt5
SET PATH=%_ROOT%\qtbase\bin;%_ROOT%\gnuwin32\bin;%PATH%
REM Uncomment the below line when using a git checkout of the source repository
SET PATH=%_ROOT%\qtrepotools\bin;%PATH%
SET _ROOT=
REM Keeps the command line open when this script is run.
cmd /k