comparison base.pro @ 2045:555e3add86b2

Rename piper-cpp subrepo to piper-vamp-cpp to match the upstream repo name
author Chris Cannam
date Wed, 17 Oct 2018 15:58:13 +0100
parents ad590578bf57
children 1799e90689b5
comparison
equal deleted inserted replaced
2044:ed3c462839b2 2045:555e3add86b2
33 DATAQUAY_HEADERS=$$fromfile(dataquay/lib.pro, HEADERS) 33 DATAQUAY_HEADERS=$$fromfile(dataquay/lib.pro, HEADERS)
34 34
35 CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES) 35 CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES)
36 CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS) 36 CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS)
37 37
38 CLIENT_HEADERS=$$fromfile(piper-cpp/vamp-client/qt/test.pro, HEADERS) 38 CLIENT_HEADERS=$$fromfile(piper-vamp-cpp/vamp-client/qt/test.pro, HEADERS)
39 39
40 for (file, BQ_SOURCES) { SOURCES += $$file } 40 for (file, BQ_SOURCES) { SOURCES += $$file }
41 for (file, BQ_HEADERS) { HEADERS += $$file } 41 for (file, BQ_HEADERS) { HEADERS += $$file }
42 42
43 for (file, VAMP_SOURCES) { SOURCES += $$file } 43 for (file, VAMP_SOURCES) { SOURCES += $$file }
51 51
52 for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) } 52 for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) }
53 for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) } 53 for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) }
54 54
55 for (file, CLIENT_HEADERS) { 55 for (file, CLIENT_HEADERS) {
56 HEADERS += $$sprintf("piper-cpp/vamp-client/qt/%1", $$file) 56 HEADERS += $$sprintf("piper-vamp-cpp/vamp-client/qt/%1", $$file)
57 } 57 }
58 58
59 SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp 59 SOURCES += piper-vamp-cpp/vamp-capnp/piper-capnp.cpp
60 60