summaryrefslogtreecommitdiffstats
path: root/tests/modules/SharedWakelock/SharedWakelock.pro
blob: 85f422a0baed6d4599176b6640c82a97c84c049f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = sharedwakelock_test

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


SOURCES += sharedwakelock_test.cpp