Mercurial > hg > piper-cpp
comparison vamp-client/client.pro @ 93:fbce91785d35
Having a class called PipedXX is too confusing with all the Piper classes; give up and rename it
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 12:07:41 +0100 |
parents | 21f8af53eaf0 |
children | a660dca988f8 |
comparison
equal
deleted
inserted
replaced
92:21f8af53eaf0 | 93:fbce91785d35 |
---|---|
27 SOURCES += \ | 27 SOURCES += \ |
28 client.cpp \ | 28 client.cpp \ |
29 ../vamp-capnp/piper.capnp.c++ | 29 ../vamp-capnp/piper.capnp.c++ |
30 | 30 |
31 HEADERS += \ | 31 HEADERS += \ |
32 PipedQProcessTransport.h \ | 32 PiperQProcessTransport.h \ |
33 PiperCapnpClient.h \ | 33 PiperCapnpClient.h \ |
34 PiperClient.h \ | 34 PiperClient.h \ |
35 PiperPluginStub.h \ | 35 PiperPluginStub.h \ |
36 SynchronousTransport.h | 36 SynchronousTransport.h |
37 | 37 |