Config.in.host 705 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_HOST_QT6TOOLS
  2. bool "host qt6tools"
  3. # The Qt Qt Network module is required
  4. select BR2_PACKAGE_HOST_QT6BASE_NETWORK
  5. # Requires the Qt Sql module to build the qhelpgenerator
  6. # tool, if target support for Sql is present
  7. select BR2_PACKAGE_HOST_QT6BASE_SQL if BR2_PACKAGE_QT6BASE_SQL
  8. help
  9. Qt is a cross-platform application and UI framework for
  10. developers using C++.
  11. Qt Tools provides tools facilitate the development
  12. and design of applications.
  13. https://github.com/qt/qttools
  14. if BR2_PACKAGE_HOST_QT6TOOLS
  15. config BR2_PACKAGE_HOST_QT6TOOLS_LINGUIST_TOOLS
  16. bool "host linguist tools"
  17. help
  18. Translate Qt C++ and Qt Quick applications into local
  19. languages.
  20. endif