Собираю прогу на Qt5
Все зависимости Qt5 установлены
Но cmake их почему-то не находит.
Пишет
CMake Error at CMakeLists.txt:161 (find_package):
By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Core", but
CMake did not find one.
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.
CMake Error at master/CMakeLists.txt:4 (find_package):
By not providing "FindKF5ItemModels.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"KF5ItemModels", but CMake did not find one.
Could not find a package configuration file provided by "KF5ItemModels"
with any of the following names:
KF5ItemModelsConfig.cmake
kf5itemmodels-config.cmake
Add the installation prefix of "KF5ItemModels" to CMAKE_PREFIX_PATH or set
"KF5ItemModels_DIR" to a directory containing one of the above files. If
"KF5ItemModels" provides a separate development package or SDK, be sure it
has been installed.