summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-03-18 20:29:51 -0700
committerThiago Macieira <thiago.macieira@intel.com>2016-05-09 05:31:11 +0000
commitfe23db053a5b3f2097b332ad3269cd0eb5a55168 (patch)
tree879760e1556efe9fac4b967605e4f07b4bcf196d /tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro
parentc619fc278d7e5acd8f0ae8f9e2013f351c50c355 (diff)
Add an autotest for the QtDBus message spy hook
There's exactly one application that needs this functionality (kded/ kiod), but we should test it too. Change-Id: Icaa7fb2a490246bda156ffff143d210c6f5f207f Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro')
-rw-r--r--tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro b/tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro
new file mode 100644
index 0000000000..020d30380d
--- /dev/null
+++ b/tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro
@@ -0,0 +1,7 @@
+CONFIG += testcase
+TARGET = tst_qdbusconnection_spyhook
+QT = core dbus testlib
+SOURCES += tst_qdbusconnection_spyhook.cpp
+HEADERS += ../qdbusconnection/tst_qdbusconnection.h
+DEFINES += SRCDIR=\\\"$$PWD/\\\" tst_QDBusConnection=tst_QDBusConnection_SpyHook
+include(../dbus-testcase.pri)