396df2b26fa8 — Chris Cannam v0.9.5 a month ago
Update docs etc
2 files changed, 4 insertions(+), 3 deletions(-)

M README.txt
M config.pri
M README.txt +3 -2
@@ 86,12 86,13 @@ build with Redland.
 Compiling Dataquay
 ------------------
 
-Dataquay requires Qt 4.5 or newer with qmake.
+Dataquay requires Qt 5 or newer with qmake.
 
 Make sure your preferred datastore (see above) is selected in the
 config.pri file.
 
-Run "qmake dataquay.pro", then make.
+Run "qmake -r dataquay.pro" (or use qmake5/qmake6 as appropriate),
+then make.
 
 This should compile the library and unit tests and automatically run
 the tests. If compilation succeeds but any unit tests fail, please do

          
M config.pri +1 -1
@@ 8,6 8,6 @@ EXTRALIBS += -lrdf
 
 # Define this to use the Sord datastore (http://drobilla.net/software/sord/)
 #DEFINES += USE_SORD
-#QMAKE_CXXFLAGS += -I/usr/include/sord-0 -I/usr/include/serd-0 -Werror
+#QMAKE_CXXFLAGS += -I/usr/include/sord-0 -I/usr/include/serd-0
 #EXTRALIBS += -lsord-0 -lserd-0