summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@theqtcompany.com>2015-01-14 15:25:49 +0100
committerPierre Rossi <pierre.rossi@theqtcompany.com>2015-01-15 19:10:31 +0100
commita6ac2fdd2366f00610cd5e26c88d65f97e93e15c (patch)
tree4cd3b2cb338690ac63eaba28935477994c31bb4f /sync.profile
parent98349dbdd88970ac0274e8d9e5f12dc0e9737bdb (diff)
Fixup sync.profile
We shouldn't hardcode to a particular branch there. Change-Id: I9cab855363cfaaa3d8d31879b0c459697a4a6f4c Reviewed-by: Andras Becsi <andras.becsi@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 2f3aab8c5..1e9519fe3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -16,9 +16,9 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/dev",
- "qtdeclarative" => "refs/heads/dev",
- "qtxmlpatterns" => "refs/heads/dev",
+ "qtbase" => "",
+ "qtdeclarative" => "",
+ "qtxmlpatterns" => "",
# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
- "qtquickcontrols" => "refs/heads/dev",
+ "qtquickcontrols" => "",
);