2018-02-15 21:48:11 +01:00
|
|
|
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.
|
|
|
|
|
2019-11-28 11:48:20 +01:00
|
|
|
https://techbase.kde.org/KDE_Frameworks
|
|
|
|
|
2018-02-15 21:48:11 +01:00
|
|
|
if BR2_PACKAGE_KF5
|
2018-02-15 21:48:12 +01:00
|
|
|
source "package/kf5/kf5-extra-cmake-modules/Config.in"
|
2019-02-04 10:51:12 +01:00
|
|
|
source "package/kf5/kf5-kcoreaddons/Config.in"
|
2018-02-15 21:48:14 +01:00
|
|
|
source "package/kf5/kf5-modemmanager-qt/Config.in"
|
2018-02-15 21:48:13 +01:00
|
|
|
source "package/kf5/kf5-networkmanager-qt/Config.in"
|
2018-02-15 21:48:11 +01:00
|
|
|
endif
|