cross/mipsel-linux-uclibc/buildroot/buildroot-2025.02.4/package/qt6/qt6declarative/Config.in

23 lines
724 B
Plaintext

config BR2_PACKAGE_QT6DECLARATIVE
bool "qt6declarative"
# Enable host test module to ensure that qmltestrunner is built
help
Qt is a cross-platform application and UI framework for
developers using C++.
This package corresponds to the qt6declarative module.
https://doc.qt.io/qt-6/qtdeclarative-index.html
if BR2_PACKAGE_QT6DECLARATIVE
config BR2_PACKAGE_QT6DECLARATIVE_QUICK
bool "quick module"
select BR2_PACKAGE_HOST_QT6BASE_TEST if BR2_PACKAGE_QT6BASE_TEST # qmltestrunner
select BR2_PACKAGE_HOST_QT6BASE_NETWORK if BR2_PACKAGE_QT6BASE_NETWORK # qmlprofiler
select BR2_PACKAGE_QT6BASE_GUI
select BR2_PACKAGE_QT6BASE_OPENGL if BR2_PACKAGE_QT6_GL_SUPPORTS
select BR2_PACKAGE_QT6SHADERTOOLS
endif