Skip to content

Commit

Permalink
upgradw Qt to 6.7.2 on Windows/x64
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 20, 2024
1 parent 9b7f153 commit 4fbda90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sdk-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
echo Downloading Qt
mkdir Qt
cd Qt
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.7.1-x64-mingw.txz
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.7.2-x64-mingw.txz
echo Extracting Qt
tar -xJf qt-6.7.1-x64-mingw.txz
rm qt-6.7.1-x64-mingw.txz
tar -xJf qt-6.7.2-x64-mingw.txz
rm qt-6.7.2-x64-mingw.txz
cd ..
echo Downloading a few prebuilt dependencies
curl -LO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v6.txz
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
mkdir Qt
cd Qt
echo Downloading Qt
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.7.1-x64-mingw.txz
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.7.2-x64-mingw.txz
echo Extracting Qt
tar -xJf qt-6.7.1-x64-mingw.txz
rm qt-6.7.1-x64-mingw.txz
tar -xJf qt-6.7.2-x64-mingw.txz
rm qt-6.7.2-x64-mingw.txz
cd ..
echo Downloading a few prebuilt dependencies
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v6.txz
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-shotcut-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function set_globals {
QT_LIB_DIR="$QTDIR/lib"
QT_SHARE_DIR="$QTDIR/share/qt6"
else
export QTDIR="$HOME/Qt/6.7.1/mingw_64"
export QTDIR="$HOME/Qt/6.7.2/mingw_64"
QT_INCLUDE_DIR="$QTDIR/include"
QT_LIB_DIR="$QTDIR/lib"
QT_SHARE_DIR="$QTDIR"
Expand Down

0 comments on commit 4fbda90

Please sign in to comment.