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

Cmake error in Webengine with Qt5.15.14 #34

Open
sercxjo opened this issue Oct 21, 2024 · 1 comment
Open

Cmake error in Webengine with Qt5.15.14 #34

sercxjo opened this issue Oct 21, 2024 · 1 comment

Comments

@sercxjo
Copy link

sercxjo commented Oct 21, 2024

Cmake of my project fails with error:
Could not find a configuration file for package "Qt5Quick" that is
compatible with requested version "5.15.17"
Because in the lib\cmake\Qt5WebEngine\Qt5WebEngineConfig.cmake it is "5.15.17" in find_package and in other files of WebEngine and PDF packages

@Fsu0413
Copy link
Owner

Fsu0413 commented Oct 22, 2024

It should be because we are using QtWebEngine from Git tag instead of the one bundled in the release tarball.
A global replace may be needed after 'make install'

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