File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -128,14 +128,14 @@ sudo apt-get install -y --no-install-recommends \
128128# #########################################################################
129129
130130#  Get newer Qt (only used cached version if it is the same)
131- qt_version=" 624 " 
131+ qt_version=" 6.2.9 " 
132132qt_dir=" $BUILD_TOOLS /Qt/${qt_version} " 
133133if  [[ !  -d  " ${qt_dir} " ;  then 
134134  mkdir -p " ${qt_dir} " 
135-   qt_url=" https://s3.amazonaws. com/utils.musescore.org/Qt ${qt_version} _gcc64.7z " 
136-   wget -q --show-progress -O qt.7z  " ${qt_url} " 
137-   7z x -y qt.7z  -o" ${qt_dir} " 
138-   rm qt.7z 
135+   qt_url=" https://github. com/cbjeukendrup/musescore_build_qt/releases/download/Qt_ ${qt_version} _20240817T110208/Qt- ${qt_version} -Linux-amd64.zip " 
136+   wget -q --show-progress -O qt.zip  " ${qt_url} " 
137+   7z x -y qt.zip  -o" ${qt_dir} " 
138+   rm qt.zip 
139139fi 
140140
141141echo  export  PATH=" ${qt_dir} /bin:\$ {PATH}" >>  ${ENV_FILE} 
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ tar xf musescore_deps_macos.tar.gz -C $HOME/musescore_deps_macos
4040rm musescore_deps_macos.tar.gz
4141
4242#  Qt
43- export  QT_SHORT_VERSION=6.2.4 
43+ export  QT_SHORT_VERSION=6.2.9 
4444echo  " Download Qt $QT_SHORT_VERSION " 
4545export  QT_PATH=$HOME /Qt/$QT_SHORT_VERSION /
46- export  PATH=$PATH :$QT_PATH /macos/ bin
46+ export  PATH=$PATH :$QT_PATH /bin
4747echo  " PATH=$PATH " >>  $GITHUB_ENV 
48- wget -nv -O qt.7z  https://s3.amazonaws. com/utils.musescore.org/Qt624_mac.7z 
48+ wget -nv -O qt.zip  https://github. com/cbjeukendrup/musescore_build_qt/releases/download/Qt_6.2.9_20240817T110208/Qt-6.2.9-macOS.zip 
4949mkdir -p $QT_PATH 
50- 7z x -y qt.7z  -o$QT_PATH 
51- rm qt.7z 
50+ 7z x -y qt.zip  -o$QT_PATH 
51+ rm qt.zip 
5252
5353#  VST SDK
5454echo  " Download VST SDK" 
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ XCOPY "C:\musescore_dependencies" %CD% /E /I /Y
4444ECHO  " Finished copy dependencies" 
4545
4646
47- SET  " QT_DIR = C:\Qt\6.2.4" 
48- SET  " PATH = %QT_DIR% \msvc2019_64\bin;%JACK_DIR% ;%PATH% " 
47+ SET  " QT_DIR = C:\Qt\6.2.9" 
4948SET  " JACK_DIR = C:\Program Files (x86)\Jack" 
49+ SET  " PATH = %QT_DIR% \bin;%JACK_DIR% ;%PATH% " 
5050
5151::  At the moment not compiling yet.
5252SET  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.9 " 
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,9 +39,9 @@ MKDIR %TEMP_DIR%
3939::  Install Qt
4040ECHO  " === Install Qt ===" 
4141
42- SET  " Qt_ARCHIVE = Qt624_msvc2019_64.7z " 
43- SET  " QT_DIR = C:\Qt\6.2.4 " 
44- SET  " QT_URL = https://s3.amazonaws. com/utils.musescore.org /%Qt_ARCHIVE% " 
42+ SET  " Qt_ARCHIVE = Qt-6.2.9-Windows-amd64.zip " 
43+ SET  " QT_DIR = C:\Qt\6.2.9 " 
44+ SET  " QT_URL = https://github. com/cbjeukendrup/musescore_build_qt/releases/download/Qt_6.2.9_20240817T110208 /%Qt_ARCHIVE% " 
4545
4646CALL  " wget.exe" " %QT_URL% " " %TEMP_DIR% \%Qt_ARCHIVE% " 
4747CALL  " 7z" " %TEMP_DIR% \%Qt_ARCHIVE% " " -o%QT_DIR% " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments