summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusabstractinterface/test/test.pro
blob: 5591e937221800d662cdee918f930b607818451b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
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
QT += dbus
CONFIG += insignificant_test #See QTBUG-21424