This is a minimal Qt application that demonstrates how to integrate and use the Verovio music rendering library.
Verovio is included in this repository as a Git submodule and is built directly as part of the project.
The application uses a Qt WebView to display the SVG output generated by Verovio.
git clone --recurse-submodules https://github.com/rism-digital/verovio-qt-demo.git
cd verovio-qt-demo
cmake -DCMAKE_PREFIX_PATH=/path/to/qt . # e.g. "/Users/username/Qt/6.9.1/macos"
make -j 10
Alternatively, you can built it with Qt Creator by opening the CMakeList.txt
project.