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

raspberry error on cmake #315

Open
davidea72 opened this issue Jan 10, 2024 · 4 comments
Open

raspberry error on cmake #315

davidea72 opened this issue Jan 10, 2024 · 4 comments

Comments

@davidea72
Copy link

hi guys, i'm trying to compile qt-dab6 on a raspberry with raspbian 12, but i'm stuck on a Cmake error

CMake Error at CMakeLists.txt:114 (message):
please install qwt library

i htink it's
libqwt-qt5-dev - Qt widgets library for technical applications (development, qt5), but it's at the newest version (6.1.4-2)

maybe the check is for an old version? unfortunately i'm not so smart to correct the cmake file, can someone help me?

@mfraser
Copy link

mfraser commented Feb 15, 2024

Don't use cmake, use qmake instead.
Edit qt-dab-6.pro to uncomment
LIBS += -lqwt-qt5
You can also comment out any devices below that you don't need.
mkdir build && cd build
qmake ..
make

@andimik
Copy link
Contributor

andimik commented Feb 15, 2024

@davidea72

Maybe you try ccmake, which is like a "GUI" for cmake. It will show all options.

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Feb 15, 2024 via email

@zygmund2000
Copy link

I have same problem on Arch Linux and how to fix that?

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

5 participants