You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
326 B
7 lines
326 B
set PATH=%QTDIR%\bin;%PATH%
|
|
set CMAKE_PREFIX_PATH=%QTDIR%\lib\cmake
|
|
|
|
REM Note: Following removes sh.exe from PATH so that CMake can generate MinGW Makefile.
|
|
if NOT [%MINGW_PATH%] == [] set PATH=%MINGW_PATH%\bin;%PATH:C:\Program Files\Git\usr\bin;=%
|
|
if [%VC_VARS_ARCH%] == [] call "%VCINSTALLDIR%\vcvarsall.bat" %VC_VARS_ARCH%
|