I am trying to buil OpenRV my Rocky linux 9.4 but the build is failing with following error.
CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5WebEngineCore"
with any of the following names:
Qt5WebEngineCoreConfig.cmake
qt5webenginecore-config.cmake
Add the installation prefix of "Qt5WebEngineCore" to CMAKE_PREFIX_PATH or
set "Qt5WebEngineCore_DIR" to a directory containing one of the above
files. If "Qt5WebEngineCore" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
cmake/dependencies/qt5.cmake:50 (FIND_PACKAGE)
cmake/dependencies/CMakeLists.txt:48 (INCLUDE)
Not sure what is going wrong.
I have tried setting the QT_HOME path along with Qt5WebEngineCore and CMAKE_PREFIX_PATH o the Qt5WebEngineCoreConfig.cmake but it still does not go through.
I have tried setting the DRV_DEPS_QT5_LOCATION=/opt/Qt/5.15.2/gcc_64/
Bit still no luck
Any help is appriciated.