Qt5WebEngine Error
-
Hi All,
I have installed Qt 5.14
CMake
Ninja
Win 10 SDKAnd trying to build Cmake QTQucik project while configuring i am getting the below error:
C:\AUP\operator-gui\source\CMakeLists.txt:12: error: By not providing "FindQt5WebEngine.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5WebEngine", but CMake did not find one. Could not find a package configuration file provided by "Qt5WebEngine" with any of the following names: Qt5WebEngineConfig.cmake qt5webengine-config.cmake Add the installation prefix of "Qt5WebEngine" to CMAKE_PREFIX_PATH or set "Qt5WebEngine_DIR" to a directory containing one of the above files. If "Qt5WebEngine" provides a separate development package or SDK, be sure it has been installed.
What could be the reason.
Please help me to resolve the same