summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusinterface/qdbusinterface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbusinterface/qdbusinterface.pro')
-rw-r--r--tests/auto/qdbusinterface/qdbusinterface.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qdbusinterface/qdbusinterface.pro b/tests/auto/qdbusinterface/qdbusinterface.pro
new file mode 100644
index 0000000000..0aca06ceb4
--- /dev/null
+++ b/tests/auto/qdbusinterface/qdbusinterface.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+QT = core
+contains(QT_CONFIG,dbus): {
+ TEMPLATE = subdirs
+ CONFIG += ordered
+ SUBDIRS = qmyserver test
+} else {
+ SOURCES += ../qdbusmarshall/dummy.cpp
+}
+
+