18 lines
591 B
Plaintext
18 lines
591 B
Plaintext
config BR2_PACKAGE_QT6SHADERTOOLS
|
|
bool "qt6shadertools"
|
|
# We need host-qt6base with Gui support when building
|
|
# host-qt6shadertools (itself a dependency of target
|
|
# qt6shadertools), otherwise the build is skipped and no qsb
|
|
# host tool is generated.
|
|
select BR2_PACKAGE_HOST_QT6BASE_GUI
|
|
select BR2_PACKAGE_QT6BASE_GUI
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
The Qt Shader Tools module builds on the SPIR-V Open
|
|
Source Ecosystem as described at the Khronos SPIR-V web
|
|
site.
|
|
|
|
https://doc.qt.io/qt-6/qtshadertools-index.html
|