Make use of the proposed new KColorScheme API

Make use of new API proposed in frameworks/kcolorscheme!12
This commit is contained in:
James Graham
2024-09-01 14:17:41 +00:00
parent cbc2e65856
commit 05a2f03c18
6 changed files with 7 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
project(NeoChat VERSION ${RELEASE_SERVICE_VERSION})
set(KF_MIN_VERSION "6.4")
set(KF_MIN_VERSION "6.6")
set(QT_MIN_VERSION "6.5")
find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)