I get these following errors during build of a file using CMake:
CMake Error at /usr/local/include/geant4-10-05/install/lib/Geant4-10.5.1/Geant4Config.cmake:448 (find_package):
Could not find a package configuration file provided by “Qt5Core” with any
of the following names:
Qt5CoreConfig.cmake
qt5core-config.cmake
Add the installation prefix of “Qt5Core” to CMAKE_PREFIX_PATH or set
“Qt5Core_DIR” to a directory containing one of the above files. If
“Qt5Core” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:14 (find_package)
Anybody know how to solve this? Thanks in advance