lcd-image-converter icon indicating copy to clipboard operation
lcd-image-converter copied to clipboard

Fails to build with unknown module QT: xmlpatterns

Open DavidJRichards opened this issue 2 years ago • 2 comments

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

DavidJRichards avatar Mar 15 '23 16:03 DavidJRichards

sudo apt install libqt5xmlpatterns5-dev

skeyvin avatar Nov 24 '23 16:11 skeyvin

Info was added to https://lcd-image-converter.riuson.com/en/docs/others/build-from-sources/

riuson avatar Jun 20 '24 15:06 riuson