Mercurial > hg > svapp
view framework/framework.pro @ 143:9ef382913c17
* Add ability to export a transform structure as RDF -- for use
when exporting data from runner, so as to refer back to the generating
transform from the audio features rdf
* some improvements to pane & layer management when importing rdf, but
it's all still a big hack here
author | Chris Cannam |
---|---|
date | Tue, 25 Nov 2008 17:46:02 +0000 |
parents | f2cbe0e89d0f |
children | e96f563b1cfd |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svframework DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += Document.h \ MainWindowBase.h \ SVFileReader.h SOURCES += Document.cpp \ MainWindowBase.cpp \ SVFileReader.cpp