Sto cercando di creare sdrangelove , che vuole Qt 5 e usa CMake per il suo sistema di build, su Ubuntu 13.10. Quale pacchetto devo installare per dargli il file richiesto qui?
Ci sono molti *qt5*
pacchetti e ho provato a installare quelli dall'aspetto promettente senza alcun effetto. Tutte le discussioni che ho trovato hanno funzionato bene o stanno parlando di scrivere regole di creazione di CMake anziché eseguirle. Non ho molta esperienza con l'organizzazione del packaging 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.