Config.in 458 B

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