Revision 108:debead5f6bf8 base.pri
| base.pri | ||
|---|---|---|
| 32 | 32 |
DEFINES += USE_SORD |
| 33 | 33 |
|
| 34 | 34 |
CONFIG += qt thread warn_on stl rtti exceptions c++11 |
| 35 |
|
|
| 36 |
include(bq-files.pri) |
|
| 37 |
include(vamp-plugin-sdk-files.pri) |
|
| 38 |
include(svcore/files.pri) |
|
| 39 |
include(capnp-regen.pri) |
|
| 40 |
|
|
| 41 |
DATAQUAY_SOURCES=$$fromfile(dataquay/lib.pro, SOURCES) |
|
| 42 |
DATAQUAY_HEADERS=$$fromfile(dataquay/lib.pro, HEADERS) |
|
| 43 |
|
|
| 44 |
CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES) |
|
| 45 |
CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS) |
|
| 46 |
|
|
| 47 |
CLIENT_HEADERS=$$fromfile(piper-cpp/vamp-client/qt/test.pro, HEADERS) |
|
| 48 |
|
|
| 49 |
for (file, BQ_SOURCES) { SOURCES += $$file }
|
|
| 50 |
for (file, BQ_HEADERS) { HEADERS += $$file }
|
|
| 51 |
|
|
| 52 |
for (file, VAMP_SOURCES) { SOURCES += $$file }
|
|
| 53 |
for (file, VAMP_HEADERS) { HEADERS += $$file }
|
|
| 54 |
|
|
| 55 |
for (file, DATAQUAY_SOURCES) { SOURCES += $$sprintf("dataquay/%1", $$file) }
|
|
| 56 |
for (file, DATAQUAY_HEADERS) { HEADERS += $$sprintf("dataquay/%1", $$file) }
|
|
| 57 |
|
|
| 58 |
for (file, CHECKER_SOURCES) { SOURCES += $$sprintf("checker/%1", $$file) }
|
|
| 59 |
for (file, CHECKER_HEADERS) { HEADERS += $$sprintf("checker/%1", $$file) }
|
|
| 60 |
|
|
| 61 |
for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) }
|
|
| 62 |
for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) }
|
|
| 63 |
|
|
| 64 |
for (file, CLIENT_HEADERS) {
|
|
| 65 |
HEADERS += $$sprintf("piper-cpp/vamp-client/qt/%1", $$file)
|
|
| 66 |
} |
|
| 67 |
|
|
| 68 |
SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp |
|
| 69 |
|
|
Also available in: Unified diff