arturo182 / lectronizer

A client for the lectronz.com maker marketplace.
MIT License
12 stars 1 forks source link

Project ERROR: Unknown module(s) in QT: charts #20

Closed nshiell closed 7 months ago

nshiell commented 7 months ago

Trying to build When I run:

qmake .

I see:

Info: creating stash file /home/nicholas/Documents/playground/lectronizer/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts

System is: Kubuntu Linux 22.04 Qt Version 5.15.3

arturo182 commented 7 months ago

You need the libqt5charts5-dev package installed.

You can see the list of packages needed on Ubuntu here: https://github.com/arturo182/lectronizer/blob/main/.github/workflows/build.yml#L45

nshiell commented 7 months ago

Seems to build ok if I run: sudo apt install libqt5charts5-dev before using qmake

arturo182 commented 7 months ago

Great :)