Revert "Previous commit makes us depend on Qt 5.8"
This was not true.
This reverts commit 874bb428fa
.
This commit is contained in:
parent
7ba311fc78
commit
8beaf6547f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 2.8.12)
|
|||
find_package(ECM 0.0.9 REQUIRED NO_MODULE)
|
||||
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake)
|
||||
|
||||
find_package(Qt5 5.8 REQUIRED COMPONENTS Quick)
|
||||
find_package(Qt5 5.2 REQUIRED COMPONENTS Quick)
|
||||
|
||||
find_package(KF5 REQUIRED COMPONENTS I18n ConfigWidgets DBusAddons)
|
||||
find_package(KF5DocTools)
|
||||
|
|
Loading…
Reference in a new issue