summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusabstractinterface/qdbusabstractinterface.pro
blob: a4853b80098405c28ee33e4f707fb0d5402774df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
QT = core
contains(QT_CONFIG,dbus): { 
    SOURCES += tst_qdbusabstractinterface.cpp interface.cpp
    HEADERS += interface.h
    QT += dbus

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

OTHER_FILES += com.trolltech.QtDBus.Pinger.xml