Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build with unknown module QT: xmlpatterns #79

Open
DavidJRichards opened this issue Mar 15, 2023 · 1 comment
Open

Fails to build with unknown module QT: xmlpatterns #79

DavidJRichards opened this issue Mar 15, 2023 · 1 comment

Comments

@DavidJRichards
Copy link

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 DavidJRichards changed the title Fails to build as Fails to build with unknown module QT: xmlpatterns Mar 15, 2023
@skeyvin
Copy link

skeyvin commented Nov 24, 2023

sudo apt install libqt5xmlpatterns5-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants