diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-08-12 14:21:38 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-08-12 14:21:38 (GMT) |
commit | f1016bc7b3f0e6c7680035e8b0c67152a8b4607d (patch) | |
tree | 911ebbccfa09b0da0e678c7a97c2a48d743328a0 | |
parent | 12b3a466b88b80ee70a44c470ba50b22c33220bb (diff) | |
download | Qt-f1016bc7b3f0e6c7680035e8b0c67152a8b4607d.zip Qt-f1016bc7b3f0e6c7680035e8b0c67152a8b4607d.tar.gz Qt-f1016bc7b3f0e6c7680035e8b0c67152a8b4607d.tar.bz2 |
don't test dbus stuff where no dbus is
Reviewed-by: Leo
-rw-r--r-- | tests/auto/auto.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index bc04bc8..a4fafde 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 |