lcd-image-converter
lcd-image-converter copied to clipboard
Fails to build with unknown module QT: xmlpatterns
Build fails with message: 'Project ERROR: Unknown module(s) in QT: xmlpatterns'
Link here shows alternative build method which worked for me: https://askubuntu.com/questions/1418672/qmake-problem-with-image-converter-on-22-04
git clone https://github.com/riuson/lcd-image-converter.git
cd lcd-image-converter/
git checkout develop
sudo apt install qtcreator qtbase5-dev qt5-qmake cmake
sudo apt install build-essential mesa-common-dev
sudo apt install libqt5svg5-dev libqt5xmlpatterns5-dev qtdeclarative5-dev
qmake
make -j 20
./release/linux/output/lcd-image-converter
sudo apt install libqt5xmlpatterns5-dev
Info was added to https://lcd-image-converter.riuson.com/en/docs/others/build-from-sources/