Following the instructions in the source package's "INSTALL" file:
"Extract the source, go to top folder
qmake
make
sudo make install"
I'm encountering an issue almost identical to the one in Issue #93 "Installation fail on Ubuntu 23.10 #93"
In my case the error was
Project ERROR: Unknown module(s) in QT: xmlpatterns svg qml
Makefile:90: recipe for target 'sub-src-QXmlEditWidget-pro-make_first-ordered' failed
make: *** [sub-src-QXmlEditWidget-pro-make_first-ordered] Error 3
Following the advice in Issue #93 I installed the development version libqt5xmlpatterns-dev and the xmlpatterns error disappeared. Installing the "-dev" version of libqt5svg solved the svg error, but there doesn't appear to be a development version libqt5qml, so it looks like I'm out of luck.
All of the Qt5 libraries are Qt version 5.9.5
Any advice would be greatly appreciated.
Following the instructions in the source package's "INSTALL" file:
I'm encountering an issue almost identical to the one in Issue #93 "Installation fail on Ubuntu 23.10 #93"
In my case the error was
Following the advice in Issue #93 I installed the development version libqt5xmlpatterns-dev and the xmlpatterns error disappeared. Installing the "-dev" version of libqt5svg solved the svg error, but there doesn't appear to be a development version libqt5qml, so it looks like I'm out of luck.
All of the Qt5 libraries are Qt version 5.9.5
Any advice would be greatly appreciated.