aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient/example_6_rpcClient.pro
blob: 0dbb806f81f8fd11d74725ecf917669609a38a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include(../example.pri)

TARGET = example_6_rpcClient

SOURCES += main.cpp \
           rpcClient.cpp 

HEADERS += rpcClient.h 

OTHER_FILES += README