You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'
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
The text was updated successfully, but these errors were encountered: