Mercurial > hg > svcore
view rdf/rdf.pro @ 600:3f6d9930bc28
* Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
to free the string returned from fftw_export_wisdom_to_string(), instead of
plain free().
* Various debug artifacts related to tracking down the above
author | Chris Cannam |
---|---|
date | Fri, 14 Aug 2009 14:01:09 +0000 |
parents | c55795627490 |
children | 465f769ccad0 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = redland rasqal raptor vamp-hostsdk load(../prf/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 \ RDFExporter.h \ RDFFeatureWriter.h \ RDFImporter.h \ RDFTransformFactory.h \ SimpleSPARQLQuery.h SOURCES += PluginRDFDescription.cpp \ PluginRDFIndexer.cpp \ RDFExporter.cpp \ RDFFeatureWriter.cpp \ RDFImporter.cpp \ RDFTransformFactory.cpp \ SimpleSPARQLQuery.cpp