mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
The previous commit removed its only user. It was a blind option so no legacy handling is needed. Signed-off-by: Roy Kollen Svendsen <roykollensvendsen@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
21 lines
528 B
Plaintext
21 lines
528 B
Plaintext
config BR2_PACKAGE_HOST_QT6BASE_CONCURRENT
|
|
bool
|
|
|
|
# Select this if you need host qt6 tools that require the Qt::Gui module (e.g.
|
|
# Qt Shader Baker(qsb)).
|
|
config BR2_PACKAGE_HOST_QT6BASE_GUI
|
|
bool
|
|
|
|
# Select this if you need host qt6 tools that require the Qt::Network module
|
|
# (e.g. Qt Tools).
|
|
config BR2_PACKAGE_HOST_QT6BASE_NETWORK
|
|
bool
|
|
|
|
# Select this if you need host qt6 tools that require the Qt::Test module
|
|
# (e.g. qmltestrunner).
|
|
config BR2_PACKAGE_HOST_QT6BASE_TEST
|
|
bool
|
|
|
|
config BR2_PACKAGE_HOST_QT6BASE_WIDGETS
|
|
bool
|