summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-07-17 14:45:39 +0100
committerSean Harmer <sean.harmer@kdab.com>2014-07-18 10:18:56 +0200
commite9538c9161d9ba6ff20815e273c5e02422596efb (patch)
tree2d63381dfc6d89a72e79c80eb4d7cefb885c9040 /sync.profile
parent19d1829684894f6497ae576b30305e63376ba9b7 (diff)
Build newapi branch against dev now
Change-Id: I2bd39156991654b66ff7fb9c646af4c2bb706f29 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Liang Qi <liang.qi@digia.com>
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 e08f8fd55..1cf5bbb76 100644
--- a/sync.profile
+++ b/sync.profile
@@ -22,7 +22,7 @@ $publicclassregexp = "Qt3D::.+";
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
);