summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-08-15 09:59:20 +0100
committerSean Harmer <sean.harmer@kdab.com>2014-08-15 11:12:57 +0200
commitd10325b34e012fb4f7ed1dcb884ec2d6bb4fcc81 (patch)
treefc1aa4ca7a7e77f30f56399c4b3e1d6bff0a0931 /sync.profile
parent93709e0bfc98242c0b09e3bbaf36c4153f9ccfb2 (diff)
Use new custom parser private api and switch to 5.4 branch
Change-Id: Ie47ce5da4abe9027ca192fbc5c096df49e0eaff5 Reviewed-by: Paul Lemire <paul.lemire@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 1cf5bbb76..aeee97f95 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/dev",
- "qtxmlpatterns" => "refs/heads/dev",
- "qtdeclarative" => "refs/heads/dev",
+ "qtbase" => "refs/heads/5.4",
+ "qtxmlpatterns" => "refs/heads/5.4",
+ "qtdeclarative" => "refs/heads/5.4",
);