File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,9 @@ ECHO "BUILD_WIN_PORTABLE: %BUILD_WIN_PORTABLE%"
4343XCOPY " C:\musescore_dependencies" %CD% /E /I /Y
4444ECHO " Finished copy dependencies"
4545
46-
47- SET " QT_DIR = C:\Qt\6.2.4"
48- SET " PATH = %QT_DIR% \msvc2019_64\bin;%JACK_DIR% ;%PATH% "
46+ SET " QT_DIR = C:\Qt\6.2.11"
4947SET " JACK_DIR = C:\Program Files (x86)\Jack"
48+ SET " PATH = %QT_DIR% \bin;%JACK_DIR% ;%PATH% "
5049
5150:: At the moment not compiling yet.
5251SET BUILD_VST = ON
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ ENV_FILE=$BUILD_TOOLS/environment.sh
2525mkdir -p $BUILD_TOOLS
2626rm -f $ENV_FILE
2727
28- QT_DIR=" /c/Qt/6.2.4 "
28+ QT_DIR=" /c/Qt/6.2.11 "
2929
30- echo export PATH=" ${QT_DIR} /msvc2019_64/ bin:\$ {PATH}" >> ${ENV_FILE}
30+ echo export PATH=" ${QT_DIR} /bin:\$ {PATH}" >> ${ENV_FILE}
3131
3232chmod +x " $ENV_FILE "
3333
Original file line number Diff line number Diff line change @@ -39,10 +39,9 @@ MKDIR %TEMP_DIR%
3939:: Install Qt
4040ECHO " === Install Qt ==="
4141
42- :: r2 - added websocket module
43- SET " Qt_ARCHIVE = Qt624_msvc2019_64_r2.7z"
44- SET " QT_DIR = C:\Qt\6.2.4"
45- SET " QT_URL = https://s3.amazonaws.com/utils.musescore.org/%Qt_ARCHIVE% "
42+ SET " Qt_ARCHIVE = Qt-6.2.11-Windows-amd64.zip"
43+ SET " QT_DIR = C:\Qt\6.2.11"
44+ SET " QT_URL = https://github.com/cbjeukendrup/musescore_build_qt/releases/download/v12861016856/%Qt_ARCHIVE% "
4645
4746CALL " wget.exe" -q --show-progress --no-check-certificate " %QT_URL% " -O " %TEMP_DIR% \%Qt_ARCHIVE% "
4847CALL " 7z" x -y " %TEMP_DIR% \%Qt_ARCHIVE% " " -o%QT_DIR% "
You can’t perform that action at this time.
0 commit comments