aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-01-25 08:56:25 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-01-25 07:58:03 +0000
commit88d7a06f4d24a8e313d4d36a07812f59d9043193 (patch)
tree0d6fe9c6c6f28c9e404b82ec4399f315f04f32b4 /sync.profile
parent91273471991b8f1097780f8171f19e7efc622be5 (diff)
Clean up sync.profile for 5.6 branch
There's no need to hard-code the version number. The CI system will pick the version of the depending modules based on the branch of this module, which means "5.6" for all dependencies. Change-Id: Id8f23951c7f0a464dc756458c7241dd23f8a5b29 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sync.profile b/sync.profile
index 5e7d11cc..68349249 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,10 +10,10 @@
# - 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.6",
- "qtdeclarative" => "refs/heads/5.6",
- "qtmultimedia" => "refs/heads/5.6",
- "qtquickcontrols" => "refs/heads/5.6",
- "qtsvg" => "refs/heads/5.6",
- "qtxmlpatterns" => "refs/heads/5.6",
+ "qtbase" => "",
+ "qtdeclarative" => "",
+ "qtmultimedia" => "",
+ "qtquickcontrols" => "",
+ "qtsvg" => "",
+ "qtxmlpatterns" => "",
);