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