Require Qt 5.6

This is not a dependency freeze break, it's just bringing cmake up to date with what the code already required

BUGS: 372339
This commit is contained in:
Albert Astals Cid 2016-11-15 00:24:09 +01:00
parent 3898a99a8f
commit fa680b6c04

View file

@ -2,7 +2,7 @@ project(okular)
cmake_minimum_required(VERSION 2.8.12)
set(QT_REQUIRED_VERSION "5.2.0")
set(QT_REQUIRED_VERSION "5.6.0")
set(KF5_REQUIRED_VERSION "5.16.0")
find_package(ECM 5.19.0 CONFIG REQUIRED)