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
remotes/origin/Applications/16.12
Albert Astals Cid 9 years ago
parent 3898a99a8f
commit fa680b6c04
  1. 2
      CMakeLists.txt

@ -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)

Loading…
Cancel
Save