d991d2521150 — Chris Cannam 9 years ago
Meta + config
4 files changed, 10 insertions(+), 9 deletions(-)

M COPYING
M README.txt
M config.pri
M lib.pro
M COPYING +1 -1
@@ 1,6 1,6 @@ 
 
     Dataquay
-    Copyright (c) 2009 Chris Cannam
+    Copyright (c) 2009-2016 Chris Cannam, Particular Programs Ltd
 
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation

          
M README.txt +1 -1
@@ 3,7 3,7 @@ Dataquay
 ========
 
 Dataquay is a free open source library that provides a friendly C++
-API for an RDF data store using Qt4 classes and containers.
+API for an RDF data store using Qt 4+ classes and containers.
 
   http://breakfastquay.com/dataquay/
 

          
M config.pri +7 -6
@@ 2,11 2,12 @@ CONFIG -= debug
 CONFIG += release
 
 # Define these to use the Redland datastore (http://librdf.org/)
-DEFINES += USE_REDLAND
-QMAKE_CXXFLAGS += -I/usr/include/rasqal -I/usr/include/raptor2
-EXTRALIBS += -lrdf
+#DEFINES += USE_REDLAND
+#QMAKE_CXXFLAGS += -I/usr/include/rasqal -I/usr/include/raptor2
+#EXTRALIBS += -lrdf
 
 # Define this to use the Sord datastore (http://drobilla.net/software/sord/)
-#DEFINES += USE_SORD
-#QMAKE_CXXFLAGS += -I/usr/local/include/sord-0 -I/usr/local/include/serd-0
-#EXTRALIBS += -lsord-0 -lserd-0
+DEFINES += USE_SORD
+QMAKE_CXXFLAGS += -I/usr/include/sord-0 -I/usr/include/serd-0
+EXTRALIBS += -lsord-0 -lserd-0
+

          
M lib.pro +1 -1
@@ 4,7 4,7 @@ exists(debug.pri) {
 }
 
 TEMPLATE = lib
-CONFIG += warn_on
+CONFIG += warn_on staticlib
 QT -= gui
 
 TARGET = dataquay