summaryrefslogtreecommitdiffstats
path: root/tests/modules/SharedWakelock/SharedWakelock.pro
diff options
context:
space:
mode:
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