fe23db053a
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>
8 lines
285 B
Prolog
8 lines
285 B
Prolog
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)
|