Revision 110:125520c3dc05 base.pro
| base.pro | ||
|---|---|---|
| 20 | 20 |
OBJECTS_DIR = o |
| 21 | 21 |
MOC_DIR = o |
| 22 | 22 |
|
| 23 |
exists(repoint.pri) {
|
|
| 24 |
include(repoint.pri) |
|
| 25 |
} |
|
| 26 |
|
|
| 23 | 27 |
include(bq-files.pri) |
| 24 | 28 |
include(vamp-plugin-sdk-files.pri) |
| 25 | 29 |
include(svcore/files.pri) |
| ... | ... | |
| 31 | 35 |
CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES) |
| 32 | 36 |
CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS) |
| 33 | 37 |
|
| 34 |
CLIENT_HEADERS=$$fromfile(piper-cpp/vamp-client/qt/test.pro, HEADERS) |
|
| 38 |
CLIENT_HEADERS=$$fromfile(piper-vamp-cpp/vamp-client/qt/test.pro, HEADERS)
|
|
| 35 | 39 |
|
| 36 | 40 |
for (file, BQ_SOURCES) { SOURCES += $$file }
|
| 37 | 41 |
for (file, BQ_HEADERS) { HEADERS += $$file }
|
| ... | ... | |
| 49 | 53 |
for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) }
|
| 50 | 54 |
|
| 51 | 55 |
for (file, CLIENT_HEADERS) {
|
| 52 |
HEADERS += $$sprintf("piper-cpp/vamp-client/qt/%1", $$file)
|
|
| 56 |
HEADERS += $$sprintf("piper-vamp-cpp/vamp-client/qt/%1", $$file)
|
|
| 53 | 57 |
} |
| 54 | 58 |
|
| 55 |
SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp |
|
| 59 |
SOURCES += piper-vamp-cpp/vamp-capnp/piper-capnp.cpp
|
|
| 56 | 60 |
|
Also available in: Unified diff