| Summary: | Can't install due to CMake error with Qt5 | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | Nick DV <noodles524> |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Latte in master requires qt>=5.9 but cmake finds qt 5.7.1 in your system |
Tried to install the software, cloning directly from git. When running install.sh, the following error is returned: CMake Error at CMakeLists.txt:20 (find_package): Could not find a configuration file for package "Qt5" that is compatible with requested version "5.9.0". The following configuration files were considered but not accepted: /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.7.1 Tried reinstalling CMake, to no effect. Reinstalled qt5-default, also no effect. Added CMake-extra-modules, no effect.