summaryrefslogtreecommitdiff
path: root/tests/auto/qgeoserviceprovider
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/qgeoserviceprovider
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/qgeoserviceprovider')
-rw-r--r--tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp b/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
index 121253fa..7303e431 100644
--- a/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
+++ b/tests/auto/qgeoserviceprovider/tst_qgeoserviceprovider.cpp
@@ -48,6 +48,7 @@ private slots:
void tst_QGeoServiceProvider::initTestCase()
{
+#if QT_CONFIG(library)
/*
* Set custom path since CI doesn't install test plugins
*/
@@ -58,6 +59,7 @@ void tst_QGeoServiceProvider::initTestCase()
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath()
+ QStringLiteral("/../../../plugins"));
#endif
+#endif
}
void tst_QGeoServiceProvider::tst_availableServiceProvider()