Ich versuche, sdrangelove , das Qt 5 will und CMake als Build-System verwendet, unter Ubuntu 13.10 zu erstellen. Welches Paket muss ich installieren, um die angeforderte Datei zu erhalten?
Es gibt viele *qt5*
Pakete, und ich habe versucht, die vielversprechend aussehenden ohne Wirkung zu installieren. Alle Diskussionen, die ich gefunden habe, funktionieren entweder einwandfrei oder es geht darum, CMake-Erstellungsregeln zu schreiben, anstatt sie auszuführen. Ich habe nicht viel Erfahrung mit der Organisation von Debian / Ubuntu-Paketen.
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.