Linux

ECMInstallIcons

Naan 2020. 5. 13. 11:51
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