comparison 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
comparison
equal deleted inserted replaced
438:32c399d06374 439:beb2948baa77
1 TEMPLATE = lib
2
3 SV_UNIT_PACKAGES = redland
4 load(../sv.prf)
5
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
7
8 TARGET = svrdf
9
10 DEPENDPATH += . ..
11 INCLUDEPATH += . ..
12 OBJECTS_DIR = tmp_obj
13 MOC_DIR = tmp_moc
14
15 # Input
16 HEADERS += PluginRDFDescription.h \
17 PluginRDFIndexer.h \
18 RDFImporter.h \
19 RDFTransformFactory.h \
20 SimpleSPARQLQuery.h
21 SOURCES += PluginRDFDescription.cpp \
22 PluginRDFIndexer.cpp \
23 RDFImporter.cpp \
24 RDFTransformFactory.cpp \
25 SimpleSPARQLQuery.cpp
26