summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2012-03-02 15:41:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-02 06:56:25 +0100
commitc1308da9aa1a21ebdc2b95296e2b3c2177e0f9f3 (patch)
tree0db679992986323af4d8148d1f3f9f3904b74729 /tests/auto/auto.pro
parentfade6d7eaf845ab37a3b3e56dd896c1e5120a613 (diff)
downloadqtlocation-c1308da9aa1a21ebdc2b95296e2b3c2177e0f9f3.tar.gz
Change QStringLiterals to QLatin1String
There's issues with using QStringLiteral on a gcc 4.6 compiler, so instead use QLatin1String instead. It's a bit of overkill but is the simplest solution right now. Also start getting the CI system to at least compile the test. Change-Id: I8e75c038953a11c86c0ffd0e86eef28f5ffc2083 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 2d05b244..613b48e2 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -57,4 +57,4 @@ SUBDIRS += geotestplugin \
!mac: SUBDIRS += declarative_ui
-#!isEmpty(QT.jsondb.name):SUBDIRS += qplacemanager_jsondb
+!isEmpty(QT.jsondb.name):SUBDIRS += qplacemanager_jsondb