Mercurial > hg > tony
diff base.pri @ 536:1058d9b37a97
Update subrepos and build system to align with current SV
author | Chris Cannam |
---|---|
date | Tue, 12 Jun 2018 10:56:10 +0100 |
parents | 25aa28a27252 |
children | f55363ecc57d |
line wrap: on
line diff
--- a/base.pri Fri May 18 14:15:25 2018 +0100 +++ b/base.pri Tue Jun 12 10:56:10 2018 +0100 @@ -8,6 +8,8 @@ bqaudioio \ bqaudioio/bqaudioio \ piper-cpp \ + checker \ + checker/checker \ dataquay \ dataquay/dataquay \ svcore \ @@ -30,23 +32,3 @@ DEFINES += USE_SORD CONFIG += qt thread warn_on stl rtti exceptions c++11 - -include(bq-files.pri) -include(vamp-plugin-sdk-files.pri) -include(svcore/files.pri) - -DATAQUAY_SOURCES=$$fromfile(dataquay/lib.pro, SOURCES) -DATAQUAY_HEADERS=$$fromfile(dataquay/lib.pro, HEADERS) - -for (file, BQ_SOURCES) { SOURCES += $$file } -for (file, BQ_HEADERS) { HEADERS += $$file } - -for (file, VAMP_SOURCES) { SOURCES += $$file } -for (file, VAMP_HEADERS) { HEADERS += $$file } - -for (file, DATAQUAY_SOURCES) { SOURCES += $$sprintf("dataquay/%1", $$file) } -for (file, DATAQUAY_HEADERS) { HEADERS += $$sprintf("dataquay/%1", $$file) } - -for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) } -for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) } -