view rdf/rdf.pro @ 580:ebb6ac65bccc

* Move prf file to prf/ (so that it can be pulled in using externals in other projects)
author Chris Cannam
date Fri, 27 Mar 2009 13:10:01 +0000
parents 83eae5239db6
children c55795627490
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = redland rasqal raptor
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