summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2015-08-24 12:34:52 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-08-25 13:20:41 +0000
commit11235f4776ce2ef9166ca4e71cf7c25bd1a5e4a6 (patch)
treec0f0b64d6a79a27debbdb62c862cbf17eddb8b4f
parent410f6f0b3d70c4caa0a82d4d36eb02df3e2d628d (diff)
downloadqtenginio-11235f4776ce2ef9166ca4e71cf7c25bd1a5e4a6.tar.gz
Update sync.profile after branching.v5.6.0-alpha1
Change-Id: I5bd31895c2d131e6a3765202a285c3844d0ac33a Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-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" => "",
);