diff options
Diffstat (limited to 'tests/auto/qdbusmarshall/qpong/qpong.pro')
-rw-r--r-- | tests/auto/qdbusmarshall/qpong/qpong.pro | 6 |
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 0000000..5cd9acd --- /dev/null +++ b/tests/auto/qdbusmarshall/qpong/qpong.pro @@ -0,0 +1,6 @@ +SOURCES = qpong.cpp +TARGET = qpong +QT += dbus +QT -= gui + + |