1config BR2_PACKAGE_KF5_KCOREADDONS 2 bool "kf5-kcoreaddons" 3 depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 4 select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES 5 select BR2_PACKAGE_QT5TOOLS 6 select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS 7 help 8 KF5 is a set of Qt framework addons, extending Qt in 9 various ways, not only restricted in helping integration 10 in KDE. 11 12 This package contains KCoreAddons, a set of classes built 13 on top of QtCore to perform various tasks. 14 15 https://api.kde.org/frameworks/kcoreaddons/html/index.html 16