Mercurial > hg > piper-cpp
comparison vamp-client/client.pro @ 92:21f8af53eaf0
Reorganise some classes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 12:02:44 +0100 |
parents | 6429a99abcad |
children | fbce91785d35 |
comparison
equal
deleted
inserted
replaced
91:c897c9a8daf1 | 92:21f8af53eaf0 |
---|---|
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 CapnpMessageCompletenessChecker.h \ | |
33 PipedQProcessTransport.h \ | 32 PipedQProcessTransport.h \ |
34 PiperCapnpClient.h \ | 33 PiperCapnpClient.h \ |
35 PiperClient.h \ | 34 PiperClient.h \ |
36 PiperStubPlugin.h \ | 35 PiperPluginStub.h \ |
37 SynchronousTransport.h | 36 SynchronousTransport.h |
38 | 37 |
39 | 38 |