diff rdf/rdf.pro @ 439:beb2948baa77

* Merge revisions 1041 to 1130 from sv-rdf-import branch
author Chris Cannam
date Thu, 18 Sep 2008 12:09:32 +0000
parents
children 5746c559af15
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf/rdf.pro	Thu Sep 18 12:09:32 2008 +0000
@@ -0,0 +1,26 @@
+TEMPLATE = lib
+
+SV_UNIT_PACKAGES = redland
+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
+