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

Not buildable in Ubuntu 23.10 - qt5-default missing #17

Open
pkoevesdi opened this issue Apr 28, 2024 · 2 comments
Open

Not buildable in Ubuntu 23.10 - qt5-default missing #17

pkoevesdi opened this issue Apr 28, 2024 · 2 comments

Comments

@pkoevesdi
Copy link

In Ubuntu 23.10 (And some versions before too), there's no qt5-default. So, building fails on qmake -qt=qt5. Are there any known workarounds?

@chinaheyu
Copy link

I use an Ubuntu 20.04 Docker image to compile and package it into an AppImage. This method works.

@jarrod89
Copy link

I got it built in 24.04 with the following:
sudo apt-get install build-essential git qt5-qmake qtbase5-dev libnl-3-dev libnl-route-3-dev cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5serialport5 libqt5serialport5-dev libqt5charts5 libqt5charts5-dev pkg-config

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

3 participants