-
Notifications
You must be signed in to change notification settings - Fork 6
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
Building error of Zeal #6
Comments
Please change |
I tried. However, I got this error. CMake did not find one.
Could not find a package configuration file provided by "Qt5" with any of
the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/tmp/zeal-20211230-72533-1u92ncl/build/CMakeFiles/CMakeOutput.log". |
Do you uninstall |
Sorry, then I have no idea. I checked my qt dependency, it seems stay with I removed everything related to But, my machine is intel-based macbook pro with macOS 11.6.2, maybe that's the reason. |
I am a Mac M1 user, I got this error during building Zeal. I searched answer, it is raised by lack of Qt5WebEngine in qt@5 on Mac M1. Is there any workaround?
The text was updated successfully, but these errors were encountered: