summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-09-03 21:20:27 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-09-03 21:20:27 +0200
commit6b765361193767e6f3d40365d520aebf1d8c1bc1 (patch)
treec0f0b64d6a79a27debbdb62c862cbf17eddb8b4f
parent410f6f0b3d70c4caa0a82d4d36eb02df3e2d628d (diff)
parent11235f4776ce2ef9166ca4e71cf7c25bd1a5e4a6 (diff)
downloadqtenginio-6b765361193767e6f3d40365d520aebf1d8c1bc1.tar.gz
Merge remote-tracking branch 'origin/5.6' into dev
Change-Id: I0aaa91f5c77f2d2b55513e3fe8c069981caff5e8
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index e64033e..8e2728b 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" => "refs/heads/5.5",
- "qtdeclarative" => "refs/heads/5.5",
- "qtxmlpatterns" => "refs/heads/5.5",
+ "qtbase" => "",
+ "qtdeclarative" => "",
+ "qtxmlpatterns" => "",
);