view rdf/rdf.pro @ 615:521438145bd7

More changes related to strict/tolerant URL parsing: * when selecting an output file name for a given input filename: - parse the url in StrictMode; - also, use completeBaseName() rather than baseName() * when writing out a file:/// URL to the audio: - parse the url in StrictMode.
author Christophe Rhodes
date Wed, 07 Oct 2009 16:45:45 +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