summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-01-26 14:37:55 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-01-26 14:37:55 +0100
commit844ae39a8483a87a1fb4a23a2ded847dceb8e2dc (patch)
treea7a8c313b8987ae350c40b3552c1b0a1345e50b9 /sync.profile
parentc7752afb91f2aa7038a65c3c8eb58a5195b357b7 (diff)
parent4f23f0f984ef2ee96d5baa3a74a465d6734381ba (diff)
Merge remote-tracking branch 'origin/5.6' into dev
Conflicts: sync.profile Change-Id: If94131861d9c00514fb7b6a035c8895b2d7c937b
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 4e9e40fe..510fac16 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,6 +10,6 @@
# - 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",
+ "qtbase" => "",
+ "qtdeclarative" => "",
);