diff options
Diffstat (limited to 'tests/auto/qdbusmarshall/qdbusmarshall.pro')
-rw-r--r-- | tests/auto/qdbusmarshall/qdbusmarshall.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdbusmarshall/qdbusmarshall.pro b/tests/auto/qdbusmarshall/qdbusmarshall.pro index f8e0875..ad40c0d 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 } |