summaryrefslogtreecommitdiff
path: root/Source/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-01-17 19:03:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-17 19:12:54 +0100
commit633522d3b6ef6a123b0b016090312be2054635a5 (patch)
tree9ebef20841c502edfd72223a941bdb0d5c9737c9 /Source/sync.profile
parent60aa9ce0916831e9ba6f704dd1c3f598b3d7cd17 (diff)
downloadqtwebkit-633522d3b6ef6a123b0b016090312be2054635a5.tar.gz
Point dependencies to 'dev' branches
Also adding qtxmlpatterns as a indirect dependency of qtdeclarative Change-Id: If64cb255871304fc403e5acc65d7296ae939a804 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'Source/sync.profile')
-rw-r--r--Source/sync.profile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/sync.profile b/Source/sync.profile
index 4b3280991..a5987ae98 100644
--- a/Source/sync.profile
+++ b/Source/sync.profile
@@ -17,7 +17,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
+ "qtjsbackend" => "refs/heads/dev",
);