diff options
author | Toby Tomkins <toby.tomkins@nokia.com> | 2012-02-29 12:17:15 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-29 05:43:27 +0100 |
commit | 239265a0f335e794aadd1cb4870a5b590bfda83d (patch) | |
tree | 2f250a4e548b163b8f2e94ae649616dd1d55f49b /sync.profile | |
parent | c1c2520b3dab12ecffbad55e71db6135c7694eef (diff) | |
download | qtlocation-239265a0f335e794aadd1cb4870a5b590bfda83d.tar.gz |
Add hard dependency on qtjsondb to qtlocation.
Currently there is a soft dependency on qtjsondb. This change makes
it a hard dependency.
Change-Id: Id6bd0655b47bb5e82f286e3beb35a106599766a1
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index c57b51b8..7d885aa1 100644 --- a/sync.profile +++ b/sync.profile @@ -27,7 +27,8 @@ "qtxmlpatterns" => "refs/heads/master", "qtdeclarative" => "refs/heads/master", "qtjsbackend" => "refs/heads/master", - "qt3d" => "refs/heads/master" + "qt3d" => "refs/heads/master", + "qtjsondb" => "refs/heads/master" ); # compile tests |