Files
buildroot/package/qt6/qt6base/Config.in.host
Roy Kollen Svendsen 1fad08d32f package/qt6/qt6base: remove unused hidden host option
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>
2025-06-04 20:42:04 +02:00

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