summaryrefslogtreecommitdiff
path: root/tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-03-06 15:24:57 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-03-07 09:52:25 +0000
commit31ff679359172dfa068014ab0537418f5b852eac (patch)
tree6cc22138efc1e565ca1f415505b1fb94c7548e80 /tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp
parent181511ef5c8a86c09a1bd953bdfd5fa603515148 (diff)
downloadqtlocation-31ff679359172dfa068014ab0537418f5b852eac.tar.gz
Don't try to set library paths if !QT_CONFIG(library)
Change-Id: I1774d2b4c637f5057691f43275e10f19b986c722 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp')
-rw-r--r--tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp b/tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp
index cc2672b2..480e7d60 100644
--- a/tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp
+++ b/tests/auto/qgeotiledmap/tst_qgeotiledmap.cpp
@@ -91,6 +91,7 @@ tst_QGeoTiledMap::~tst_QGeoTiledMap()
void tst_QGeoTiledMap::initTestCase()
{
+#if QT_CONFIG(library)
// Set custom path since CI doesn't install test plugins
#ifdef Q_OS_WIN
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath() +
@@ -99,6 +100,7 @@ void tst_QGeoTiledMap::initTestCase()
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath() +
QStringLiteral("/../../../plugins"));
#endif
+#endif
QVariantMap parameters;
parameters["tileSize"] = 16;
parameters["maxZoomLevel"] = 8;