Estou tentando construir o sdrangelove , que quer o Qt 5 e usa o CMake para seu sistema de compilação, no Ubuntu 13.10. Qual pacote eu preciso instalar para fornecer o arquivo solicitado aqui?
Existem muitos *qt5*
pacotes e tentei instalar os que parecem promissores sem nenhum efeito. Todas as discussões que encontrei ou estão funcionando bem ou estão falando sobre escrever regras de criação do CMake em vez de executá-las. Eu não tenho muita experiência com a organização de pacotes Debian / Ubuntu.
CMake Error at CMakeLists.txt:14 (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"
(requested version 5.0) 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.