Config.in.host 528 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_HOST_QT6BASE_CONCURRENT
  2. bool
  3. # Select this if you need host qt6 tools that require the Qt::Gui module (e.g.
  4. # Qt Shader Baker(qsb)).
  5. config BR2_PACKAGE_HOST_QT6BASE_GUI
  6. bool
  7. # Select this if you need host qt6 tools that require the Qt::Network module
  8. # (e.g. Qt Tools).
  9. config BR2_PACKAGE_HOST_QT6BASE_NETWORK
  10. bool
  11. # Select this if you need host qt6 tools that require the Qt::Test module
  12. # (e.g. qmltestrunner).
  13. config BR2_PACKAGE_HOST_QT6BASE_TEST
  14. bool
  15. config BR2_PACKAGE_HOST_QT6BASE_WIDGETS
  16. bool