Revision 110:125520c3dc05 server.pro

View differences:

server.pro
1 1

  
2 2
TEMPLATE = app
3 3

  
4
CONFIG += stl c++11 exceptions console warn_on
5

  
4
CONFIG += stl exceptions console warn_on
6 5
CONFIG -= qt
7 6

  
8 7
exists(config.pri) {
......
31 30
OBJECTS_DIR = o
32 31
MOC_DIR = o
33 32

  
34
INCLUDEPATH += piper-cpp piper-cpp/ext vamp-plugin-sdk
33
INCLUDEPATH += piper-vamp-cpp piper-vamp-cpp/ext vamp-plugin-sdk
35 34

  
36 35
include(vamp-plugin-sdk-files.pri)
37 36

  
......
39 38
for (file, VAMP_HEADERS) { HEADERS += $$file }
40 39

  
41 40
HEADERS += \
42
        piper-cpp/vamp-capnp/piper.capnp.h \
43
        piper-cpp/vamp-capnp/VampnProto.h
41
        piper-vamp-cpp/vamp-capnp/piper.capnp.h \
42
        piper-vamp-cpp/vamp-capnp/VampnProto.h
44 43

  
45 44
SOURCES += \
46
        piper-cpp/vamp-capnp/piper-capnp.cpp \
47
        piper-cpp/ext/json11/json11.cpp \
48
        piper-cpp/vamp-server/simple-server.cpp
45
        piper-vamp-cpp/vamp-capnp/piper-capnp.cpp \
46
        piper-vamp-cpp/ext/json11/json11.cpp \
47
        piper-vamp-cpp/vamp-server/simple-server.cpp

Also available in: Unified diff