hc
2024-08-19 eb6b9ee90f50f13c5abb885ce483802d6262f2b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menuconfig BR2_PACKAGE_KF5
   bool "KF5"
   depends on BR2_PACKAGE_QT5
   help
     This option enables the KF5 KDE Frameworks. Sub-options
     allow to select which modules should be built.
 
     https://techbase.kde.org/KDE_Frameworks
 
if BR2_PACKAGE_KF5
source "package/kf5/kf5-extra-cmake-modules/Config.in"
source "package/kf5/kf5-kcoreaddons/Config.in"
source "package/kf5/kf5-modemmanager-qt/Config.in"
source "package/kf5/kf5-networkmanager-qt/Config.in"
endif