summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusmarshall/qdbusmarshall.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2011-02-16 14:04:57 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2011-04-13 12:56:22 (GMT)
commit6d325d6f70c419d1fee49da1738633a3e03b46d4 (patch)
tree60924397e8048d9f38c077275b09282909f48c9f /tests/auto/qdbusmarshall/qdbusmarshall.pro
parent8334e79a0340c9fcd5ccedeb867a84044d4d83dd (diff)
downloadQt-6d325d6f70c419d1fee49da1738633a3e03b46d4.zip
Qt-6d325d6f70c419d1fee49da1738633a3e03b46d4.tar.gz
Qt-6d325d6f70c419d1fee49da1738633a3e03b46d4.tar.bz2
Add support for Unix file-descriptor passing to QtDBus
Task-number: QTBUG-17477
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 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
}