0
|
1 |
load(qttest_p4)
|
|
2 |
QT = core
|
|
3 |
contains(QT_CONFIG,dbus): {
|
|
4 |
SOURCES += tst_qdbusabstractinterface.cpp interface.cpp
|
|
5 |
HEADERS += interface.h
|
|
6 |
QT += dbus
|
|
7 |
|
|
8 |
# These are generated sources
|
|
9 |
# To regenerate, see the command-line at the top of the files
|
|
10 |
SOURCES += pinger.cpp
|
|
11 |
HEADERS += pinger.h
|
|
12 |
}
|
|
13 |
else:SOURCES += ../qdbusmarshall/dummy.cpp
|
|
14 |
|
|
15 |
OTHER_FILES += com.trolltech.QtDBus.Pinger.xml
|