diff options
Diffstat (limited to 'tests/auto/auto.pro')
-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 |