summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-06 20:03:49 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-06-06 20:03:49 +0200
commit410f6f0b3d70c4caa0a82d4d36eb02df3e2d628d (patch)
tree08c63574f9b15753a4d6215f68b5ba9f7fe5bd80 /sync.profile
parent7302615d35958b1b07293187281cb44d864663d2 (diff)
parentefac3cd245e2610924133e304d15bf726f5864f5 (diff)
downloadqtenginio-410f6f0b3d70c4caa0a82d4d36eb02df3e2d628d.tar.gz
Merge remote-tracking branch 'origin/1.2' into dev5.51.3
Change-Id: I719253298a760e88a6ebab0cbf27e35cecc418a9
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 8e2728b..e64033e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,8 +11,8 @@
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
- "qtbase" => "",
- "qtdeclarative" => "",
- "qtxmlpatterns" => "",
+ "qtbase" => "refs/heads/5.5",
+ "qtdeclarative" => "refs/heads/5.5",
+ "qtxmlpatterns" => "refs/heads/5.5",
);