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