summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-01-10 18:04:40 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-10 23:52:07 +0100
commit16acba2e45f98cbc2c6b1ae899fc59757a77a8e1 (patch)
tree0c135ed9cc09794626a8abb760b609de40228f8e /sync.profile
parentd41b2bcbf5500c0ccf0b09ed2cda70d14c685443 (diff)
downloadqtsensors-16acba2e45f98cbc2c6b1ae899fc59757a77a8e1.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: I73f74f20d205a6f446bf89f75ef14aeb790b06ef 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 b309f72..95889f5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -17,4 +17,5 @@
"qtsvg" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
+ "qtjsbackend" => "refs/heads/master",
);