Rename CMake targets/config/libraries for KF6

This commit is contained in:
Nicolas Fella
2023-01-20 23:58:58 +01:00
parent 6e6c1ab5f4
commit a4b9dd9400
3 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@ include(FindPkgConfig)
set(REQUIRED_QT_VERSION 6.4.0)
find_package(Qt${QT_MAJOR_VERSION}Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
find_package(KF5Archive)
set_package_properties(KF5Archive PROPERTIES
find_package(KF6Archive)
set_package_properties(KF6Archive PROPERTIES
TYPE OPTIONAL
PURPOSE "Required for the QImage plugin for Krita and OpenRaster images"
)