summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-12 16:21:38 +0200
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-12 16:21:38 +0200
commitf1016bc7b3f0e6c7680035e8b0c67152a8b4607d (patch)
tree911ebbccfa09b0da0e678c7a97c2a48d743328a0
parent12b3a466b88b80ee70a44c470ba50b22c33220bb (diff)
don't test dbus stuff where no dbus is
Reviewed-by: Leo
-rw-r--r--tests/auto/auto.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index bc04bc865..a4fafde84 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -105,8 +105,6 @@ SUBDIRS += \
qdate \
qdatetime \
qdatetimeedit \
- qdbuspendingcall \
- qdbuspendingreply \
qdebug \
qdesktopservices \
qdesktopwidget \
@@ -426,7 +424,9 @@ unix:!embedded:contains(QT_CONFIG, dbus):SUBDIRS += \
qdbusmarshall \
qdbusmetaobject \
qdbusmetatype \
- qdbusperformance \
+ qdbuspendingcall \
+ qdbuspendingreply \
+ qdbusperformance \
qdbusreply \
qdbusthreading \
qdbusxmlparser