summaryrefslogtreecommitdiffstats
path: root/tests/modules/SharedWakelock/SharedWakelock.pro
blob: 4cc96c2bf2e9bdf74b8f15c890119766d9de050a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TESTNAME = sharedwakelock

CONFIG += gtest_own_main

include (../../testcommon.pri)

QT += testlib dbus

#####################################################################################
### libqtdbustest/libqtdbusmock are external packages that depend on Qt5Core. This
### will create a circular dependency when qtmirserver is built as part of Qt.
### Therefore this autotest is not included in the default build.
#####################################################################################

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