Upgrade ECM and KF5 version requirements.

This commit is contained in:
David Faure 2014-07-01 15:32:05 +02:00
parent a92540f00d
commit f98e508da4

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
project(KImageFormats)
find_package(ECM 0.0.14 REQUIRED NO_MODULE)
find_package(ECM 0.0.15 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})