Fix build

We require KF5 5.9 but the frameworks haven't updated the version
name, so keep the last version for sanity.
This commit is contained in:
Aleix Pol 2015-03-14 14:33:12 +01:00
parent 28bc226e5d
commit 63bb2bda85
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,8 @@ include_directories(
add_subdirectory(backends/lan)
add_subdirectory(backends/loopback)
find_package(KF5Notifications 5.9 REQUIRED)
# FIXME should be 5.9
find_package(KF5Notifications 5.8 REQUIRED)
set(kdeconnectcore_SRCS
${backends_kdeconnect_SRCS}

View file

@ -1,6 +1,7 @@
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kcm")
find_package(KF5KCMUtils 5.9 REQUIRED)
# FIXME should be 5.9
find_package(KF5KCMUtils 5.8 REQUIRED)
include_directories(${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}