Mercurial > hg > svcore
diff rdf/rdf.pro @ 498:fdf5930b7ccc
* Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)
so that we can use them to export features from SV as well
author | Chris Cannam |
---|---|
date | Fri, 28 Nov 2008 13:47:11 +0000 |
parents | 3ffce691c9bf |
children | 83eae5239db6 |
line wrap: on
line diff
--- a/rdf/rdf.pro Fri Nov 28 13:36:13 2008 +0000 +++ b/rdf/rdf.pro Fri Nov 28 13:47:11 2008 +0000 @@ -15,11 +15,13 @@ # Input HEADERS += PluginRDFDescription.h \ PluginRDFIndexer.h \ + RDFFeatureWriter.h \ RDFImporter.h \ RDFTransformFactory.h \ SimpleSPARQLQuery.h SOURCES += PluginRDFDescription.cpp \ PluginRDFIndexer.cpp \ + RDFFeatureWriter.cpp \ RDFImporter.cpp \ RDFTransformFactory.cpp \ SimpleSPARQLQuery.cpp