Chris@439: TEMPLATE = lib Chris@439: Chris@439: SV_UNIT_PACKAGES = redland Chris@439: load(../sv.prf) Chris@439: Chris@439: CONFIG += sv staticlib qt thread warn_on stl rtti exceptions Chris@439: Chris@439: TARGET = svrdf Chris@439: Chris@439: DEPENDPATH += . .. Chris@439: INCLUDEPATH += . .. Chris@439: OBJECTS_DIR = tmp_obj Chris@439: MOC_DIR = tmp_moc Chris@439: Chris@439: # Input Chris@439: HEADERS += PluginRDFDescription.h \ Chris@439: PluginRDFIndexer.h \ Chris@439: RDFImporter.h \ Chris@439: RDFTransformFactory.h \ Chris@439: SimpleSPARQLQuery.h Chris@439: SOURCES += PluginRDFDescription.cpp \ Chris@439: PluginRDFIndexer.cpp \ Chris@439: RDFImporter.cpp \ Chris@439: RDFTransformFactory.cpp \ Chris@439: SimpleSPARQLQuery.cpp Chris@439: