320x100
CMake Error at pics/CMakeLists.txt:1 (include):
include could not find load file:
ECMInstallIcons
CMake Error at pics/CMakeLists.txt:33 (ecm_install_icons):
Unknown CMake command "ecm_install_icons".
위와 같이 에러발생하면
# yum install extra-cmake-modules
CMake Error at CMakeLists.txt:11 (find_package):
Could not find a package configuration file provided by "Qt5" (requested
version 5.4.0) with any of the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
위 에러 발생하면
# yum install qt5-qtbase-devel
320x100
'Linux' 카테고리의 다른 글
centos8 grub2 change default kernel (0) | 2020.05.15 |
---|---|
centos 8 nis setting (0) | 2020.05.14 |
configure: error: Please install makeinfo before installing (0) | 2020.05.08 |
centos 8 ntpdate 사용하기 (0) | 2020.05.07 |
Peer's Certificate issuer is not recognized. git clone (0) | 2020.04.28 |