summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/fetch_sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt5/fetch_sources.sh')
-rwxr-xr-xsource/l/qt5/fetch_sources.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/qt5/fetch_sources.sh b/source/l/qt5/fetch_sources.sh
index 7a17f8885..4859cf30a 100755
--- a/source/l/qt5/fetch_sources.sh
+++ b/source/l/qt5/fetch_sources.sh
@@ -30,6 +30,9 @@ cd qt5
git checkout kde/5.15
./init-repository
+ # Sync qtwebengine version with the rest of qt5
+ sed -i -E "s/5.15.(.*)/5.15.3/" qtwebengine/.qmake.conf
+
for i in $(find . -type d -name "qt*" -maxdepth 1); do
cd $i
../qtbase/bin/syncqt.pl -version $BRANCH