diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-08-10 15:00:27 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-08-10 15:11:41 (GMT) |
commit | 33e9b82813f5573be6e5a780524044a2170d8dd4 (patch) | |
tree | 17613c2f10b1fc320b5a97c97ee3ba3be313f344 | |
parent | 8262b8b7dfda60446685eed8ec373c4da252cbeb (diff) | |
download | Qt-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.pro | 4 |
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 \ |