私は、Ubuntu 13.10でQt 5を必要とし、ビルドシステムにCMakeを使用するsdrangeloveをビルドしようとしています。ここで要求しているファイルを提供するには、どのパッケージをインストールする必要がありますか?
たくさんの*qt5*
パッケージがありますが、有望なパッケージをインストールしてみましたが効果はありません。私が見つけたすべての議論は、うまく機能するか、CMakeビルドルールを実行するのではなく記述することについて話している。私は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.