If unsure, say N.
config BR2_PACKAGE_QT5BASE_NETWORK
- bool "network module"
- help
- This options enables the Qt5Network library.
+ def_bool y
config BR2_PACKAGE_QT5BASE_CONCURRENT
bool "concurrent module"
This options enables the Qt5Concurrent library.
config BR2_PACKAGE_QT5BASE_SQL
- bool "sql module"
- help
- This options enables the Qt5Sql library.
+ def_bool y
if BR2_PACKAGE_QT5BASE_SQL
config BR2_PACKAGE_QT5BASE_MYSQL
endif
config BR2_PACKAGE_QT5BASE_TEST
- bool "test module"
- help
- This options enables the Qt5Test library.
+ def_bool y
config BR2_PACKAGE_QT5BASE_XML
- bool "XML module"
- help
- This options enables the Qt5Xml library.
+ def_bool y
config BR2_PACKAGE_QT5BASE_GUI
bool "gui module"