author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
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 |