summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-09-29 16:30:40 +0200
committerSean Harmer <sean.harmer@kdab.com>2014-11-12 15:42:22 +0100
commit63b440a6eb0b47a818ea7d6a5f36ab15dad7fb8a (patch)
treeac3b00e26bf98ba2fb7731ace8cd49be93a45b2b /sync.profile
parent7d801012acdc080de3af231b41594e598ff38a12 (diff)
Bump version to 5.5.0 and depend upon dev
Change-Id: I6cfdca8c2b5bc7a19a6d8f12f7a98c5fb6b84879 Reviewed-by: Sean Harmer <sean.harmer@kdab.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 a2d2041e5..16b18d288 100644
--- a/sync.profile
+++ b/sync.profile
@@ -23,7 +23,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/5.4",
- "qtxmlpatterns" => "refs/heads/5.4",
- "qtdeclarative" => "refs/heads/5.4",
+ "qtbase" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
);