aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient/example_6_rpcClient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_6_rpcClient/example_6_rpcClient.pro')
-rw-r--r--examples/example_6_rpcClient/example_6_rpcClient.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example_6_rpcClient/example_6_rpcClient.pro b/examples/example_6_rpcClient/example_6_rpcClient.pro
new file mode 100644
index 00000000..0dbb806f
--- /dev/null
+++ b/examples/example_6_rpcClient/example_6_rpcClient.pro
@@ -0,0 +1,10 @@
+include(../example.pri)
+
+TARGET = example_6_rpcClient
+
+SOURCES += main.cpp \
+ rpcClient.cpp
+
+HEADERS += rpcClient.h
+
+OTHER_FILES += README