summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-06-05 10:57:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-05 11:05:49 +0200
commitc6a8a988cdc987a79e4f318d3e15c3b8a28bd43b (patch)
treeee18cf6def9273622fa39d6bd785ab1b79791f2f /scripts/qt
parent0856043ba81eb8a620cc920bf435f0ec313c1a93 (diff)
Update qt_update_submodules.pl for qtpim and qlalr
qtpim.git only has a 'dev' branch nowadays qlalr.git was removed as the code was moved to qtbase.git Change-Id: I04a8d2ff5c99c683053efde5133cdaf8ab29ac02 Reviewed-by: Simo Fält <simo.falt@digia.com>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qt_update_submodules.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qt/qt_update_submodules.pl b/scripts/qt/qt_update_submodules.pl
index 038c5f6b..8396944f 100755
--- a/scripts/qt/qt_update_submodules.pl
+++ b/scripts/qt/qt_update_submodules.pl
@@ -85,12 +85,11 @@ Readonly my @PROPERTIES => (
# Map from submodule to the ref which should be tracked.
# When omitted, defaults to `refs/heads/stable'.
Readonly my %SUBMODULE_TRACKING_REF => (
- qlalr => 'refs/heads/master',
qt3d => 'refs/heads/master',
qtdocgallery => 'refs/heads/master',
qtfeedback => 'refs/heads/master',
qtjsondb => 'refs/heads/master',
- qtpim => 'refs/heads/master',
+ qtpim => 'refs/heads/dev',
qtqa => 'refs/heads/master',
qtrepotools => 'refs/heads/master',
);