Skip to content

Commit

Permalink
Windows: Updated envconfig.bat example
Browse files Browse the repository at this point in the history
Now applying Qt 5.3's Qt Creator and jom with the /nologo option.
  • Loading branch information
skyjake committed Jul 4, 2014
1 parent f2bf029 commit 7334636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/build/win32/envconfig-example.bat
Expand Up @@ -6,14 +6,14 @@

:: Modify these paths for your system.
set MSVC_DIR=c:\Program Files\Microsoft Visual Studio 10.0
set QTCREATOR_DIR=c:\QtSDK\QtCreator
set QT_BIN_DIR=c:\QtSDK\Desktop\Qt\4.8.0\msvc2010\bin
set QTCREATOR_DIR=c:\Qt\Qt5.3.1\Tools\QtCreator
set QT_BIN_DIR=c:\Qt\4.8.6\bin

:: Build Tools Setup ------------------------------------------------------

:: Visual C++ environment.
call "%MSVC_DIR%\vc\vcvarsall.bat"

:: -- Qt environment.
set JOM=%QTCREATOR_DIR%\bin\jom.exe
call "%QT_BIN_DIR%\qtenv2.bat"
set JOM=%QTCREATOR_DIR%\bin\jom.exe /nologo
call "%QT_BIN_DIR%\qtvars.bat"

0 comments on commit 7334636

Please sign in to comment.