aboutsummaryrefslogtreecommitdiff
path: root/example/example_5_rpcInterface/example_5_rpcInterface.pro
blob: eaa19e67cc4ef6e759017ce66c1e2327166843b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
include(../example.pri)

TARGET = example_5_rpcInterface

SOURCES += main.cpp \
           rpcClient.cpp \
           remoteinterface.cpp

HEADERS += rpcClient.h \
           remoteinterface.h

OTHER_FILES += README