diff options
author | abcd <amos.choy@nokia.com> | 2012-06-22 14:19:33 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-22 07:03:19 +0200 |
commit | ad14a4df005bfa989cbc0b90b3c21134277ef75a (patch) | |
tree | fe57ec34007ecf3cec034eda1d6f76e21fc33bad /tests/auto/auto.pro | |
parent | ee294f06ad734d34c2a7341ecb2cadfe305ab1fc (diff) | |
download | qtlocation-ad14a4df005bfa989cbc0b90b3c21134277ef75a.tar.gz |
Mark jsondb test as insignifcant rather than not building it at all
Change-Id: If32b898672d88ba89bc1848d5fa510e90c458a51
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index e9a19a6c..ad29a109 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -65,5 +65,4 @@ SUBDIRS += geotestplugin \ !mac: SUBDIRS += declarative_ui -#TODO: re-enable when jsondb is supported -#!isEmpty(QT.jsondb.name):SUBDIRS += qplacemanager_jsondb +!isEmpty(QT.jsondb.name):SUBDIRS += qplacemanager_jsondb |