# HG changeset patch # User Chris Cannam # Date 1725530167 -3600 # Thu Sep 05 10:56:07 2024 +0100 # Node ID 396df2b26fa89a61b9b218a0be1479783f7974f0 # Parent f6f3858903f63cd9a6ac2648ca5ee4a9ef235477 Update docs etc diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -86,12 +86,13 @@ 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 diff --git a/config.pri b/config.pri --- a/config.pri +++ b/config.pri @@ -8,6 +8,6 @@ # 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