| author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
| Thu, 29 Apr 2010 15:15:16 +0300 | |
| branch | RCL_3 |
| changeset 17 | 4b6ee5efea19 |
| parent 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 |