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:
parent
28bc226e5d
commit
63bb2bda85
2 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue