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.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/example_5_rpcInterface/example_5_rpcInterface.pro b/examples/example_5_rpcInterface/example_5_rpcInterface.pro
index 65b8f137..ab50fdfd 100644
--- a/examples/example_5_rpcInterface/example_5_rpcInterface.pro
+++ b/examples/example_5_rpcInterface/example_5_rpcInterface.pro
@@ -3,10 +3,8 @@ include(../examples.pri)
TARGET = example_5_rpcInterface
SOURCES += main.cpp \
- rpcClient.cpp \
remoteinterface.cpp
-HEADERS += rpcClient.h \
- remoteinterface.h
+HEADERS += remoteinterface.h
OTHER_FILES += README