Mercurial > hg > svcore
view rdf/rdf.pro @ 473:47b41ec34407
* Avoid waiting on uninstalled transforms mutex in TransformFactory::
getTransformInstallStatus -- we can return TransformUnknown
* Don't follow link in SelectableLabel when clicking to select it
* Restore lost version number in plugin param dialog
author | Chris Cannam |
---|---|
date | Tue, 28 Oct 2008 18:06:06 +0000 |
parents | 5746c559af15 |
children | 3ffce691c9bf |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = 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