summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro')
-rw-r--r--tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro16
1 files changed, 5 insertions, 11 deletions
diff --git a/tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro b/tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro
index 1b6408a2f9..dc2145aba2 100644
--- a/tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro
+++ b/tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro
@@ -1,14 +1,8 @@
load(qttest_p4)
-contains(QT_CONFIG,dbus): {
- TEMPLATE = subdirs
- CONFIG += ordered
- SUBDIRS = qpong test
-
- QT += core-private
-
- requires(contains(QT_CONFIG,private_tests))
-} else {
- SOURCES += dummy.cpp
-}
+TEMPLATE = subdirs
+CONFIG += ordered
+SUBDIRS = qpong test
+QT += core-private
+requires(contains(QT_CONFIG,private_tests))