Config.in.host 572 B

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