Mercurial > hg > svcore
view rdf/rdf.pro @ 637:465f769ccad0
* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
author | Chris Cannam |
---|---|
date | Thu, 16 Sep 2010 14:40:52 +0100 |
parents | c55795627490 |
children |
line wrap: on
line source
TEMPLATE = lib include(../config.pri) 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