Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
497:b6dc6c7f402c | 498:fdf5930b7ccc |
---|---|
13 MOC_DIR = tmp_moc | 13 MOC_DIR = tmp_moc |
14 | 14 |
15 # Input | 15 # Input |
16 HEADERS += PluginRDFDescription.h \ | 16 HEADERS += PluginRDFDescription.h \ |
17 PluginRDFIndexer.h \ | 17 PluginRDFIndexer.h \ |
18 RDFFeatureWriter.h \ | |
18 RDFImporter.h \ | 19 RDFImporter.h \ |
19 RDFTransformFactory.h \ | 20 RDFTransformFactory.h \ |
20 SimpleSPARQLQuery.h | 21 SimpleSPARQLQuery.h |
21 SOURCES += PluginRDFDescription.cpp \ | 22 SOURCES += PluginRDFDescription.cpp \ |
22 PluginRDFIndexer.cpp \ | 23 PluginRDFIndexer.cpp \ |
24 RDFFeatureWriter.cpp \ | |
23 RDFImporter.cpp \ | 25 RDFImporter.cpp \ |
24 RDFTransformFactory.cpp \ | 26 RDFTransformFactory.cpp \ |
25 SimpleSPARQLQuery.cpp | 27 SimpleSPARQLQuery.cpp |
26 | 28 |