Skip to content

Commit

Permalink
update AppVeyor to use Qt 5.12 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Dec 25, 2018
1 parent 5f5e1f9 commit a47a6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/appveyor/build_mixxx.bat
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SET BIN_DIR=%WINLIB_DIR%\bin
SET LIB_DIR=%WINLIB_DIR%\lib
SET INCLUDE_DIR=%WINLIB_DIR%\include
REM TODO(rryan): Remove hard-coding of Qt version.
set QT_VERSION=5.11.2
set QT_VERSION=5.12.0
SET QTDIR=%WINLIB_DIR%\Qt-%QT_VERSION%

if NOT EXIST "%BIN_DIR%\scons.py" (
Expand Down

0 comments on commit a47a6dd

Please sign in to comment.