Mercurial > hg > svcore
comparison svcore.pro @ 729:11289d40a57a dataquay
Finish converting RDFTransformFactory
author | Chris Cannam |
---|---|
date | Sat, 19 May 2012 18:57:52 +0100 |
parents | c789deb83bd4 |
children | c10cb8782576 |
comparison
equal
deleted
inserted
replaced
728:f2de9a42830e | 729:11289d40a57a |
---|---|
233 HEADERS += rdf/PluginRDFIndexer.h \ | 233 HEADERS += rdf/PluginRDFIndexer.h \ |
234 rdf/PluginRDFDescription.h \ | 234 rdf/PluginRDFDescription.h \ |
235 rdf/RDFExporter.h \ | 235 rdf/RDFExporter.h \ |
236 rdf/RDFFeatureWriter.h \ | 236 rdf/RDFFeatureWriter.h \ |
237 rdf/RDFImporter.h \ | 237 rdf/RDFImporter.h \ |
238 rdf/RDFTransformFactory.h \ | 238 rdf/RDFTransformFactory.h |
239 rdf/SimpleSPARQLQuery.h | |
240 SOURCES += rdf/PluginRDFIndexer.cpp \ | 239 SOURCES += rdf/PluginRDFIndexer.cpp \ |
241 rdf/PluginRDFDescription.cpp \ | 240 rdf/PluginRDFDescription.cpp \ |
242 rdf/RDFExporter.cpp \ | 241 rdf/RDFExporter.cpp \ |
243 rdf/RDFFeatureWriter.cpp \ | 242 rdf/RDFFeatureWriter.cpp \ |
244 rdf/RDFImporter.cpp \ | 243 rdf/RDFImporter.cpp \ |
245 rdf/RDFTransformFactory.cpp \ | 244 rdf/RDFTransformFactory.cpp |
246 rdf/SimpleSPARQLQuery.cpp | |
247 | 245 |
248 HEADERS += system/Init.h \ | 246 HEADERS += system/Init.h \ |
249 system/System.h | 247 system/System.h |
250 SOURCES += system/Init.cpp \ | 248 SOURCES += system/Init.cpp \ |
251 system/System.cpp | 249 system/System.cpp |