12345678910111213141516171819 |
- # 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
- # Select this if you need host qt6 tools that require the Qt::Sql module
- # (e.g. qhelpgenerator).
- config BR2_PACKAGE_HOST_QT6BASE_SQL
- bool
|