blob: 65b8f137593ba21334445a57f17584a31d7909d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
include(../examples.pri)
TARGET = example_5_rpcInterface
SOURCES += main.cpp \
rpcClient.cpp \
remoteinterface.cpp
HEADERS += rpcClient.h \
remoteinterface.h
OTHER_FILES += README
|