summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-01-10 18:04:37 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-10 23:08:51 +0100
commit773460850a34d563a1b9cabac96b51ae2d040d06 (patch)
tree3106c6af6c1238e897827f61ec19bd14ac22dcbd /sync.profile
parentbd1496d2d210695660af5c9f25d8330011d161b4 (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: Ie1d7388974e10ed664405de40d23efcaca527010 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@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 1735c46d..e87236d4 100644
--- a/sync.profile
+++ b/sync.profile
@@ -25,6 +25,7 @@
%dependencies = (
"qtbase" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
+ "qtjsbackend" => "refs/heads/master",
"qtscript" => "refs/heads/master",
"qtsvg" => "refs/heads/master",
"qtsystems" => "refs/heads/master",