Config.in 591 B

1234567891011121314151617
  1. config BR2_PACKAGE_QT6SHADERTOOLS
  2. bool "qt6shadertools"
  3. # We need host-qt6base with Gui support when building
  4. # host-qt6shadertools (itself a dependency of target
  5. # qt6shadertools), otherwise the build is skipped and no qsb
  6. # host tool is generated.
  7. select BR2_PACKAGE_HOST_QT6BASE_GUI
  8. select BR2_PACKAGE_QT6BASE_GUI
  9. help
  10. Qt is a cross-platform application and UI framework for
  11. developers using C++.
  12. The Qt Shader Tools module builds on the SPIR-V Open
  13. Source Ecosystem as described at the Khronos SPIR-V web
  14. site.
  15. https://doc.qt.io/qt-6/qtshadertools-index.html