aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-09-09 12:24:30 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-09-09 18:27:35 +0000
commitc99a35cf5b4eebaa5357ca1c52878b9545e42a29 (patch)
tree418b686a495a10fa4311045ce48429d0f31e92ef /sync.profile
parent79d49d340674b68a9d6f71ee1c90f26941c7122a (diff)
sync.profile: do not depend on dev branch
Change-Id: Ic8d1dae7971611d6598d2ff74570f01755a97dce Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index 8108f58b..f00b7d06 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" => "dev",
- "qtxmlpatterns" => "dev",
- "qtdeclarative" => "dev",
- "qtquickcontrols" => "dev",
+ "qtbase" => "",
+ "qtxmlpatterns" => "",
+ "qtdeclarative" => "",
+ "qtquickcontrols" => "",
);