Files
RedBear-OS/local/recipes/kde/kf6-knewstuff/source/KF6NewStuffConfig.cmake.in
T
vasilito edb68153e3 milestone: 22 KF6 enabled, blake3 placeholders removed, text-login fixed
- kf6-knewstuff/kwallet: removed all-zero blake3 placeholders
- CONSOLE-TO-KDE-DESKTOP-PLAN.md: 20→22 KF6 enabled count
- BOOT-PROCESS-IMPROVEMENT-PLAN.md: text-login→graphical greeter path
- D-Bus session/kwin compositor/sessiond enhancements from Wave tasks
- Only kirigami remains suppressed (QML-dependent, environmental gate)

Zero warnings. 24 commits total.
2026-04-29 14:48:47 +01:00

20 lines
514 B
CMake

# SPDX-FileCopyrightText: KDE Contributors
# SPDX-License-Identifier: BSD-2-Clause
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(KF6NewStuffCore "@KF_VERSION@")
find_dependency(Qt6Widgets @REQUIRED_QT_VERSION@)
if (NOT @BUILD_SHARED_LIBS@)
find_dependency(Qt6Qml @REQUIRED_QT_VERSION@)
find_dependency(Qt6Quick @REQUIRED_QT_VERSION@)
find_dependency(KF6I18n "@KF_DEP_VERSION@")
endif()
include("${CMAKE_CURRENT_LIST_DIR}/KF6NewStuffTargets.cmake")
@PACKAGE_INCLUDE_QCHTARGETS@