summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcanbus/tst_qcanbus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qcanbus/tst_qcanbus.cpp')
-rw-r--r--tests/auto/qcanbus/tst_qcanbus.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qcanbus/tst_qcanbus.cpp b/tests/auto/qcanbus/tst_qcanbus.cpp
index 7389b1e..9e6a647 100644
--- a/tests/auto/qcanbus/tst_qcanbus.cpp
+++ b/tests/auto/qcanbus/tst_qcanbus.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
@@ -61,6 +61,7 @@ tst_QCanBus::tst_QCanBus()
void tst_QCanBus::initTestCase()
{
+#if QT_CONFIG(library)
/*
* Set custom path since CI doesn't install test plugins
*/
@@ -70,6 +71,7 @@ void tst_QCanBus::initTestCase()
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath()
+ QStringLiteral("/../../../../plugins"));
#endif
+#endif // QT_CONFIG(library)
bus = QCanBus::instance();
QVERIFY(bus);
QCanBus *sameInstance = QCanBus::instance();