summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusinterface/qdbusinterface.pro
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <daniele.domenichelli@gmail.com>2011-04-18 16:21:17 (GMT)
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-04-18 16:26:42 (GMT)
commit6d032e84de8238e555a191b04311ed6a811ddd87 (patch)
tree21767e750624a80e1f0ea558df538deea0e53e92 /tests/auto/qdbusinterface/qdbusinterface.pro
parent041b89b3905a79a4493399c592797a6321aa29df (diff)
downloadQt-6d032e84de8238e555a191b04311ed6a811ddd87.zip
Qt-6d032e84de8238e555a191b04311ed6a811ddd87.tar.gz
Qt-6d032e84de8238e555a191b04311ed6a811ddd87.tar.bz2
QtDBus: Add unit tests for QDBusInterface
Merge-request: 2343 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'tests/auto/qdbusinterface/qdbusinterface.pro')
-rw-r--r--tests/auto/qdbusinterface/qdbusinterface.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/qdbusinterface/qdbusinterface.pro b/tests/auto/qdbusinterface/qdbusinterface.pro
index ac14ab7..0aca06c 100644
--- a/tests/auto/qdbusinterface/qdbusinterface.pro
+++ b/tests/auto/qdbusinterface/qdbusinterface.pro
@@ -1,10 +1,11 @@
load(qttest_p4)
QT = core
contains(QT_CONFIG,dbus): {
- SOURCES += tst_qdbusinterface.cpp
- QT += dbus
+ TEMPLATE = subdirs
+ CONFIG += ordered
+ SUBDIRS = qmyserver test
} else {
- SOURCES += ../qdbusmarshall/dummy.cpp
+ SOURCES += ../qdbusmarshall/dummy.cpp
}