summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-10 15:00:27 (GMT)
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-10 15:11:41 (GMT)
commit33e9b82813f5573be6e5a780524044a2170d8dd4 (patch)
tree17613c2f10b1fc320b5a97c97ee3ba3be313f344
parent8262b8b7dfda60446685eed8ec373c4da252cbeb (diff)
downloadQt-33e9b82813f5573be6e5a780524044a2170d8dd4.zip
Qt-33e9b82813f5573be6e5a780524044a2170d8dd4.tar.gz
Qt-33e9b82813f5573be6e5a780524044a2170d8dd4.tar.bz2
don't test dbus stuff where no dbus is
Reviewed-by: Leo
-rw-r--r--tests/auto/auto.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index d3e295b..d7f27bd 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -106,8 +106,6 @@ SUBDIRS += \
qdate \
qdatetime \
qdatetimeedit \
- qdbuspendingcall \
- qdbuspendingreply \
qdebug \
qdesktopservices \
qdesktopwidget \
@@ -457,6 +455,8 @@ unix:!embedded:contains(QT_CONFIG, dbus):SUBDIRS += \
qdbusmarshall \
qdbusmetaobject \
qdbusmetatype \
+ qdbuspendingcall \
+ qdbuspendingreply \
qdbusperformance \
qdbusreply \
qdbusthreading \