Skip to content

Commit

Permalink
Adapt to some Plasma 6 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zzag committed Dec 3, 2023
1 parent f07d564 commit bc377af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.18)
project(plasma5-wallpapers-dynamic)

set(KF_MIN_VERSION "5.240.0")
Expand All @@ -29,12 +29,12 @@ set(CMAKE_CXX_EXTENSIONS OFF)

find_package(libavif REQUIRED)
find_package(libexif REQUIRED)
find_package(Plasma REQUIRED)

find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS
Config
I18n
Package
Plasma
)

find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
Expand Down

0 comments on commit bc377af

Please sign in to comment.