summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusabstractinterface/test/test.pro
blob: aba7f57b20fb98fce407221317270989e6d41804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
SOURCES += ../tst_qdbusabstractinterface.cpp ../interface.cpp
HEADERS += ../interface.h

# These are generated sources
# To regenerate, see the command-line at the top of the files
SOURCES += ../pinger.cpp
HEADERS += ../pinger.h

TARGET = ../tst_qdbusabstractinterface

QT = core testlib
QT += dbus