Mercurial > hg > svcore
view rdf/rdf.pro @ 480:3ffce691c9bf
* Add Redland datastore support to SimpleSPARQLQuery
author | Chris Cannam |
---|---|
date | Thu, 13 Nov 2008 14:23:23 +0000 |
parents | 5746c559af15 |
children | fdf5930b7ccc |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = redland rasqal raptor load(../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 \ RDFImporter.h \ RDFTransformFactory.h \ SimpleSPARQLQuery.h SOURCES += PluginRDFDescription.cpp \ PluginRDFIndexer.cpp \ RDFImporter.cpp \ RDFTransformFactory.cpp \ SimpleSPARQLQuery.cpp