summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusabstractinterface/test/test.pro
blob: 363d5fdf9ca377804feec49aa7779e15372a14b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0