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

QT5 is also required > Error Text: Could not find a package configuration file provided by "QT" #59

Open
cbellosoto opened this issue Feb 14, 2025 · 2 comments

Comments

@cbellosoto
Copy link

Below error is received when attempting to build.
Image

It appears that QT5 is required by the bearparser/parser/CMakeList eventhough it is listed as optional in the ReadMe for pe-bear
https://github.com/hasherezade/bearparser/blob/04460e75201226442c054cda3aeb8bee75156615/parser/CMakeLists.txt#L17

Installing QT5 resolves the issue.

@cbellosoto
Copy link
Author

cbellosoto commented Feb 14, 2025

This is the command I used
sudo apt install -y qtcreator qtbase5-dev qt5-qmake

And it installed them
Installing:
qt5-qmake qtbase5-dev qtcreator

note 100% sure if it means QT5 is required, or if installing qtcreator fixed it.

@hasherezade
Copy link
Owner

It is either Qt6 or Qt5 - did you encounter problems while having Qt6 installed?

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