-
Notifications
You must be signed in to change notification settings - Fork 1
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
cmake error #1
Comments
try installing the following package: |
after installing
|
Another option is to add the qt6 path to the variable CMAKE_PREFIX_PATH
|
It's a little over my head I think. I don't know where |
I had tested it on voidlinux in January, and it compiled without problems, but for some reason cmake fails to find qt6 on your System |
According to my memories, probably qt6 is located in: I'm going to install voidlinux in a virtual machine to see what exactly happens and add it to the readme.md |
ok so,
|
Ok, I know what is happening, cmake tries to find qt 6.4, but the latest version is 6.5, I have to remove the specific version and use the one it finds |
try again, cloning the repository again and compiling it |
Void Linux,
qt6-base
andqt6-declarative
installedThe text was updated successfully, but these errors were encountered: