summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusinterface/qdbusinterface.pro
blob: 0aca06ceb4bc0d1c1af0eeff82c908c618351840 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
QT = core
contains(QT_CONFIG,dbus): {
    TEMPLATE = subdirs
    CONFIG += ordered
    SUBDIRS = qmyserver test
} else {
    SOURCES += ../qdbusmarshall/dummy.cpp
}