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

TARGET = example_6_rpcClient

SOURCES += main.cpp \
           rpcClient.cpp 

HEADERS += rpcClient.h 

OTHER_FILES += README