summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@digia.com>2014-08-12 12:50:23 +0300
committerTony Sarajärvi <tony.sarajarvi@digia.com>2014-08-12 14:15:41 +0200
commit1208b42b47982782455f8b1e31359e9cfa47e8cb (patch)
tree484d624d5b89665606e915bc1279df92996e1291 /scripts/qt
parent9fe42586b508b476abdb01018aa42725acb4435a (diff)
add qtwebengine 1.0 custom branch to submodule updater
Change-Id: I0aca04e3f6af45f3d568ff2bdde9b75210c1c31e Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qt_update_submodules.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qt/qt_update_submodules.pl b/scripts/qt/qt_update_submodules.pl
index 14d364ae..51a227c3 100755
--- a/scripts/qt/qt_update_submodules.pl
+++ b/scripts/qt/qt_update_submodules.pl
@@ -96,6 +96,10 @@ sub get_submodule_ref
'refs/heads/5.3' => 'refs/heads/1.0',
'refs/heads/5.3.1' => 'refs/heads/1.0.5',
'refs/heads/5.3.2' => 'refs/heads/1.0.6',
+ },
+ 'qtwebengine' =>
+ {
+ 'refs/heads/5.4' => 'refs/heads/1.0',
}
);