summaryrefslogtreecommitdiffstats
path: root/tests/modules/SharedWakelock/SharedWakelock.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-08-20 15:25:22 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-11-02 12:28:15 +0000
commit681ff5542ca4d2405d19ddd9809b0a8cf2d697e8 (patch)
tree9b8359f55fb749a3e9575501a612cf12b9ca78e8 /tests/modules/SharedWakelock/SharedWakelock.pro
parent7b2433fd6fefe7642268da3aa270bbc86e81a7b8 (diff)
QTestLib integrationHEADmaster
In order to work with the new CI system, we need to link with testlib. Change-Id: I285d651c2e1189a79153a6d942c10522305f2f3c Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
Diffstat (limited to 'tests/modules/SharedWakelock/SharedWakelock.pro')
-rw-r--r--tests/modules/SharedWakelock/SharedWakelock.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/modules/SharedWakelock/SharedWakelock.pro b/tests/modules/SharedWakelock/SharedWakelock.pro
index 85f422a..4cc96c2 100644
--- a/tests/modules/SharedWakelock/SharedWakelock.pro
+++ b/tests/modules/SharedWakelock/SharedWakelock.pro
@@ -1,4 +1,4 @@
-TARGET = sharedwakelock_test
+TESTNAME = sharedwakelock
CONFIG += gtest_own_main
@@ -14,5 +14,9 @@ QT += testlib dbus
PKGCONFIG += libqtdbusmock-1 libqtdbustest-1
+# It is also possible to use hardcoded paths for testing:
+# LIBS += -lqtdbustest -lqtdbusmock
+# INCLUDEPATH += /usr/include/libqtdbustest-1
+# INCLUDEPATH += /usr/include/libqtdbusmock-1
SOURCES += sharedwakelock_test.cpp