summaryrefslogtreecommitdiffstats
path: root/tests/auto/restart/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/restart/client/client.pro')
-rw-r--r--tests/auto/restart/client/client.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/restart/client/client.pro b/tests/auto/restart/client/client.pro
new file mode 100644
index 0000000..ce435c2
--- /dev/null
+++ b/tests/auto/restart/client/client.pro
@@ -0,0 +1,16 @@
+TEMPLATE = app
+QT += remoteobjects core testlib
+QT -= gui
+
+TARGET = client
+DESTDIR = ./
+CONFIG += c++11
+CONFIG -= app_bundle
+
+REPC_REPLICA = ../subclass.rep
+
+SOURCES += main.cpp \
+
+HEADERS += \
+
+INCLUDEPATH += $$PWD