comparison vamp-client/client.pro @ 90:6429a99abcad

Split out classes
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 10:17:59 +0100
parents db9a6ab618bc
children 21f8af53eaf0
comparison
equal deleted inserted replaced
89:03ed2e0a6c8f 90:6429a99abcad
23 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console 23 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
24 24
25 TARGET = client 25 TARGET = client
26 26
27 SOURCES += \ 27 SOURCES += \
28 client.cpp ../vamp-capnp/piper.capnp.c++ 28 client.cpp \
29 ../vamp-capnp/piper.capnp.c++
30
31 HEADERS += \
32 CapnpMessageCompletenessChecker.h \
33 PipedQProcessTransport.h \
34 PiperCapnpClient.h \
35 PiperClient.h \
36 PiperStubPlugin.h \
37 SynchronousTransport.h
38
29 39