summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusmarshall/qpong/qpong.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbusmarshall/qpong/qpong.pro')
-rw-r--r--tests/auto/qdbusmarshall/qpong/qpong.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qdbusmarshall/qpong/qpong.pro b/tests/auto/qdbusmarshall/qpong/qpong.pro
new file mode 100644
index 0000000000..5cd9acdc1c
--- /dev/null
+++ b/tests/auto/qdbusmarshall/qpong/qpong.pro
@@ -0,0 +1,6 @@
+SOURCES = qpong.cpp
+TARGET = qpong
+QT += dbus
+QT -= gui
+
+