summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-16 18:10:43 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-16 18:10:43 +0100
commite66a1125f2b796fe48aef6c88caf501ee3224c0f (patch)
treed28115677f56722248bd564e063df96f0f166685 /sync.profile
parent79773ecfcc27b350a3e5ea1149ef51f7cc657b61 (diff)
parentae657b918ff22da2553dc577c877b03f49cc2bdf (diff)
Merge 5.4 into 5.4.1
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" => "",
);