Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Aug 27, 2018
1 parent 627f0d6 commit 471d5dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions win-build-qt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ IF EXIST "%_BUILD_BAT%" DEL /F /Q "%_BUILD_BAT%"
@ECHO CLS
@ECHO SETLOCAL
IF /I "%_QT_COMPILER:~-3%" NEQ "g++" @ECHO CALL "%_VC_BAT_PATH%" %_TARGET_ARCH%
@ECHO SET "_ROOT=%_ROOT%"
@ECHO SET "PATH=%%_ROOT%%\qtbase\bin;%%_ROOT%%\gnuwin32\bin;%%PATH%%"
@ECHO SET _ROOT=
@ECHO SET "PATH=%_ROOT%\qtbase\bin;%_ROOT%\gnuwin32\bin;%%PATH%%"
@ECHO CD /D "%_ROOT%"
@ECHO CALL "%_CFG_BAT%" %_CFG_PARAMS%
@ECHO IF %%ERRORLEVEL%% NEQ 0 GOTO ErrHappen
Expand Down

0 comments on commit 471d5dd

Please sign in to comment.