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

TARGET = example_5_rpcInterface

SOURCES += main.cpp \
           remoteinterface.cpp

HEADERS += remoteinterface.h

OTHER_FILES += README