summaryrefslogtreecommitdiff
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 15:34:08 +0100
commit7ecf77204928ecff64c1e293c3beb175c29862ac (patch)
tree52e6c15b3556000d477095cb492b180fe70a268d /sync.profile
parent2b1da30dc146293292cd5a95b295e8e571be08be (diff)
downloadqtdoc-7ecf77204928ecff64c1e293c3beb175c29862ac.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: I5edffb2ff286a0e6be1a2a83a04855d4352ddf42 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 e2c98f4c..660beff3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -17,4 +17,5 @@
"qtxmlpatterns" => "refs/heads/master",
"qttools" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
+ "qtjsbackend" => "refs/heads/master",
);