view rdf/rdf.pro @ 440:5746c559af15

* Merge revisions 1131 to 1201 from sv-rdf-import branch
author Chris Cannam
date Thu, 18 Sep 2008 12:33:30 +0000
parents beb2948baa77
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