diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2012-01-10 18:04:41 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-10 22:15:41 +0100 |
commit | 36545ea3d8c4f3a621cb26f655282e02d0c716d9 (patch) | |
tree | f7e5c2f2249fba6a1db381e61bd8b29601a871df /sync.profile | |
parent | f9aa0fb422ebc6a5a5b1416269eda471887a2c90 (diff) | |
download | qttools-36545ea3d8c4f3a621cb26f655282e02d0c716d9.tar.gz qttools-36545ea3d8c4f3a621cb26f655282e02d0c716d9.tar.bz2 qttools-36545ea3d8c4f3a621cb26f655282e02d0c716d9.zip |
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: Ia6ccda2cfb971b2cd58bd9e2d880c76a5603ad37
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.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index fabbde16..aa46e489 100644 --- a/sync.profile +++ b/sync.profile @@ -46,6 +46,7 @@ "qtsvg" => "refs/heads/master", "qtxmlpatterns" => "refs/heads/master", "qtdeclarative" => "refs/heads/master", + "qtjsbackend" => "refs/heads/master", "qtphonon" => "refs/heads/master", "qtactiveqt" => "refs/heads/master", ); |