summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusconnection_spyhook/qdbusconnection_spyhook.pro
blob: 020d30380d8edf6fb235e25b6dab2c4bc231e82c (plain)
1
2
3
4
5
6
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)