Skip to content

Commit

Permalink
Removed some useless repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Jun 2, 2018
1 parent 735c32c commit aec0132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win-build-qt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ IF /I "%_BUILD_TYPE:~0,7%" == "-static" (
REM If you are using MinGW/MinGW-w64, adding "-static-runtime" will result in compilation failure, I don't know why
IF /I "%_LTCG_ENABLED%" == "True" SET "_BUILD_TYPE=-static-runtime %_BUILD_TYPE%"
)
SET "_CFG_PARAMS=-opensource -confirm-license %_COMP_MODE% %_BUILD_TYPE% -platform %_QT_COMPILER% -qt-sqlite -qt-zlib -qt-libjpeg -qt-libpng -qt-freetype -qt-pcre -qt-harfbuzz -silent -nomake examples -nomake tests -opengl dynamic -prefix %_INSTALL_DIR% %_EXTRA_PARAMS%"
SET "_CFG_PARAMS=-opensource -confirm-license %_COMP_MODE% %_BUILD_TYPE% -platform %_QT_COMPILER% -qt-sqlite -qt-zlib -qt-libjpeg -qt-libpng -qt-freetype -qt-pcre -qt-harfbuzz -silent -skip qtdoc -skip qttools -skip qttranslations -nomake examples -nomake tests -opengl dynamic -prefix %_INSTALL_DIR% %_EXTRA_PARAMS%"
SET "_CFG_BAT=%_ROOT%\configure.bat"
REM If you don't have jom, use nmake instead, which is provided by Visual Studio.
REM nmake is very slow, I recommend you use jom, you can download the latest jom
Expand Down

0 comments on commit aec0132

Please sign in to comment.