summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-01-10 18:04:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-11 00:46:52 +0100
commit1f931deccd8d6225d04545fb6b287e804fc3dc36 (patch)
tree64620cae3fed065f0c36cfa8ce807d824e931590 /sync.profile
parentbe6ccdee768e8fd193c82b4571f79a22a9ca4952 (diff)
downloadqtlocation-1f931deccd8d6225d04545fb6b287e804fc3dc36.tar.gz
sync.profile: introduce dependency on qtjsbackend
sync.profile needs to enumerate indirect dependencies too. qtdeclarative now depends on qtjsbackend; update sync.profile accordingly. Change-Id: I56757605d2357439934e9b29d01e06438e4cd706 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
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"
);