comparison base.pri @ 1560:106a16cfdd2f

Update piper-cpp to github repo, and adjust build for revised layout in it
author Chris Cannam
date Fri, 20 Jan 2017 18:05:41 +0000
parents 59c89f0b2a3b
children 4f73ec1359d5
comparison
equal deleted inserted replaced
1559:1eb16d08c421 1560:106a16cfdd2f
41 DATAQUAY_HEADERS=$$fromfile(dataquay/lib.pro, HEADERS) 41 DATAQUAY_HEADERS=$$fromfile(dataquay/lib.pro, HEADERS)
42 42
43 CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES) 43 CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES)
44 CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS) 44 CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS)
45 45
46 CLIENT_HEADERS=$$fromfile(piper-cpp/vamp-client/client.pro, HEADERS) 46 CLIENT_HEADERS=$$fromfile(piper-cpp/vamp-client/qt/test.pro, HEADERS)
47 47
48 for (file, BQ_SOURCES) { SOURCES += $$file } 48 for (file, BQ_SOURCES) { SOURCES += $$file }
49 for (file, BQ_HEADERS) { HEADERS += $$file } 49 for (file, BQ_HEADERS) { HEADERS += $$file }
50 50
51 for (file, VAMP_SOURCES) { SOURCES += $$file } 51 for (file, VAMP_SOURCES) { SOURCES += $$file }
59 59
60 for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) } 60 for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) }
61 for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) } 61 for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) }
62 62
63 for (file, CLIENT_HEADERS) { 63 for (file, CLIENT_HEADERS) {
64 HEADERS += $$sprintf("piper-cpp/vamp-client/%1", $$file) 64 HEADERS += $$sprintf("piper-cpp/vamp-client/qt/%1", $$file)
65 } 65 }
66 66
67 SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp 67 SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp