summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusmarshall/qdbusmarshall.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbusmarshall/qdbusmarshall.pro')
-rw-r--r--tests/auto/qdbusmarshall/qdbusmarshall.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdbusmarshall/qdbusmarshall.pro b/tests/auto/qdbusmarshall/qdbusmarshall.pro
index f8e08754c9..ad40c0d0b2 100644
--- a/tests/auto/qdbusmarshall/qdbusmarshall.pro
+++ b/tests/auto/qdbusmarshall/qdbusmarshall.pro
@@ -3,6 +3,8 @@ contains(QT_CONFIG,dbus): {
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = qpong test
+
+ requires(contains(QT_CONFIG,private_tests))
} else {
SOURCES += dummy.cpp
}