Changed KF5 5.8 to 5.9

This commit is contained in:
Ashish Bansal 2015-04-09 16:22:56 +05:30
parent 8349588c77
commit c8eb5e3074
2 changed files with 2 additions and 4 deletions

View file

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

View file

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