summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusabstractinterface/test/test.pro
blob: 64a84b2b55cbbb3688391e6caae6d70013534519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

macx:CONFIG += insignificant_test # QTBUG-37469