comparison server.pro @ 2008:55d9bbf1fe45 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 14:05:41 +0100
parents 810a0b8f5472
children 555e3add86b2
comparison
equal deleted inserted replaced
2007:246bdf94ef7b 2008:55d9bbf1fe45
1 1
2 TEMPLATE = app 2 TEMPLATE = app
3 3
4 CONFIG += stl c++11 exceptions console warn_on 4 CONFIG += stl exceptions console warn_on
5
6 CONFIG -= qt 5 CONFIG -= qt
7 6
8 exists(config.pri) { 7 exists(config.pri) {
9 include(config.pri) 8 include(config.pri)
10 } 9 }
29 TARGET = piper-vamp-simple-server 28 TARGET = piper-vamp-simple-server
30 29
31 OBJECTS_DIR = o 30 OBJECTS_DIR = o
32 MOC_DIR = o 31 MOC_DIR = o
33 32
34 INCLUDEPATH += piper-cpp vamp-plugin-sdk 33 INCLUDEPATH += piper-cpp piper-cpp/ext vamp-plugin-sdk
35 34
36 include(vamp-plugin-sdk-files.pri) 35 include(vamp-plugin-sdk-files.pri)
37 36
38 for (file, VAMP_SOURCES) { SOURCES += $$file } 37 for (file, VAMP_SOURCES) { SOURCES += $$file }
39 for (file, VAMP_HEADERS) { HEADERS += $$file } 38 for (file, VAMP_HEADERS) { HEADERS += $$file }
42 piper-cpp/vamp-capnp/piper.capnp.h \ 41 piper-cpp/vamp-capnp/piper.capnp.h \
43 piper-cpp/vamp-capnp/VampnProto.h 42 piper-cpp/vamp-capnp/VampnProto.h
44 43
45 SOURCES += \ 44 SOURCES += \
46 piper-cpp/vamp-capnp/piper-capnp.cpp \ 45 piper-cpp/vamp-capnp/piper-capnp.cpp \
47 piper-cpp/json11/json11.cpp \ 46 piper-cpp/ext/json11/json11.cpp \
48 piper-cpp/vamp-server/simple-server.cpp 47 piper-cpp/vamp-server/simple-server.cpp