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:27:53 +0000
commit7b2433fd6fefe7642268da3aa270bbc86e81a7b8 (patch)
treed3d6f6abd001be52375d55743bcbe2cf85a74cd9 /tests/modules/SharedWakelock/SharedWakelock.pro
parent824429627f383a5cc81d734999da9b39e17b49bd (diff)
qmakeify all over again
Change-Id: I96996ae306b30996375518ad7586110fff9dadb5 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
Diffstat (limited to 'tests/modules/SharedWakelock/SharedWakelock.pro')
-rw-r--r--tests/modules/SharedWakelock/SharedWakelock.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/modules/SharedWakelock/SharedWakelock.pro b/tests/modules/SharedWakelock/SharedWakelock.pro
new file mode 100644
index 0000000..85f422a
--- /dev/null
+++ b/tests/modules/SharedWakelock/SharedWakelock.pro
@@ -0,0 +1,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