summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index bbe71058..3f784372 100644
--- a/sync.profile
+++ b/sync.profile
@@ -21,11 +21,12 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "7aeccb183a827e8504d7dd8614d1ca555caf61d9",
+ "qtbase" => "refs/heads/master",
"qtscript" => "refs/heads/master",
"qtsvg" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
+ "qtjsbackend" => "refs/heads/master",
"qtquick3d" => "refs/heads/qml2"
);