aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-22 15:46:26 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-06 15:43:18 +0100
commit4283a66c6e37bcd2342a013e0e12ad019e43aa83 (patch)
tree7551e1eb2de89f503b85dbfce9d7c7e2a33501d7 /sync.profile
parent8407f3cfa612bb653ab7b66031c8d2345c55225a (diff)
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: I25dd515c1e98cd446db60215354a112a14ad50be Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index a849feb..77a3cc3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -19,6 +19,7 @@
%dependencies = (
"qtbase" => "refs/heads/api_changes",
"qtdeclarative" => "refs/heads/master",
+ "qtjsbackend" => "refs/heads/master",
"qtsvg" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
);