diff options
Diffstat (limited to 'tests/auto/qdbusmarshall/qdbusmarshall.pro')
-rw-r--r-- | tests/auto/qdbusmarshall/qdbusmarshall.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qdbusmarshall/qdbusmarshall.pro b/tests/auto/qdbusmarshall/qdbusmarshall.pro new file mode 100644 index 0000000..f8e0875 --- /dev/null +++ b/tests/auto/qdbusmarshall/qdbusmarshall.pro @@ -0,0 +1,10 @@ +load(qttest_p4) +contains(QT_CONFIG,dbus): { + TEMPLATE = subdirs + CONFIG += ordered + SUBDIRS = qpong test +} else { + SOURCES += dummy.cpp +} + + |