Changed KF5 5.8 to 5.9
This commit is contained in:
parent
8349588c77
commit
c8eb5e3074
2 changed files with 2 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue