Bug 395218 - Can't install due to CMake error with Qt5
Summary: Can't install due to CMake error with Qt5
Status: RESOLVED NOT A BUG
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: git (master)
Platform: Debian stable Linux
: NOR crash
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-10 16:36 UTC by Nick DV
Modified: 2018-06-10 18:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick DV 2018-06-10 16:36:08 UTC
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.
Comment 1 Michail Vourlakos 2018-06-10 18:39:19 UTC
Latte in master requires qt>=5.9 but cmake finds qt 5.7.1 in your system