aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-06 15:57:54 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-08-06 15:59:09 +0200
commit27deff6d2b5a9eb1d98cd7b377ab934a35086664 (patch)
tree4c34e422a8a838c59de68e7017d533cfb56d8eb5 /sync.profile
parent0cca56f30d6a0290841859a58f517cece13d8d81 (diff)
parentf3cbd0b8aa96abfc4b3660df4426ed10b11b18e0 (diff)
Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative into dev
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 3efcbca8e1..72c9ce5fa1 100644
--- a/sync.profile
+++ b/sync.profile
@@ -18,7 +18,7 @@
# - 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" => "",
- "qtxmlpatterns" => "",
- "qtjsbackend" => "",
+ "qtbase" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
+ "qtjsbackend" => "refs/heads/dev",
);