Mercurial > hg > svcore
view rdf/rdf.pro @ 585:cbc884787a08
* If we have track metadata, write it out in a separate mo:Track associated
with this audio file instead of incorrectly associating it with the Signal.
Also, make the audio file encode the signal instead of having the signal
"available_as" the audio file (apparently available_as is not in the domain
of signals).
author | Chris Cannam |
---|---|
date | Fri, 08 May 2009 10:09:47 +0000 |
parents | ebb6ac65bccc |
children | c55795627490 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = redland rasqal raptor load(../prf/sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svrdf DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += PluginRDFDescription.h \ PluginRDFIndexer.h \ RDFExporter.h \ RDFFeatureWriter.h \ RDFImporter.h \ RDFTransformFactory.h \ SimpleSPARQLQuery.h SOURCES += PluginRDFDescription.cpp \ PluginRDFIndexer.cpp \ RDFExporter.cpp \ RDFFeatureWriter.cpp \ RDFImporter.cpp \ RDFTransformFactory.cpp \ SimpleSPARQLQuery.cpp