summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusperformance/server/server.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbusperformance/server/server.pro')
-rw-r--r--tests/auto/qdbusperformance/server/server.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qdbusperformance/server/server.pro b/tests/auto/qdbusperformance/server/server.pro
new file mode 100644
index 0000000..30f81dd
--- /dev/null
+++ b/tests/auto/qdbusperformance/server/server.pro
@@ -0,0 +1,5 @@
+SOURCES = server.cpp
+HEADERS = ../serverobject.h
+TARGET = server
+CONFIG += qdbus
+QT -= gui