package/qt6/qt6declarative: move comment where it belongs

The commit "Enable host test module to ensure that qmltestrunner is
built" in qt6declarative's Config.in feels lonely under
BR2_PACKAGE_QT6DECLARATIVE. It's because it's actually related to a
select done in the sub-option BR2_PACKAGE_QT6DECLARATIVE_QUICK, so
move it there.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 29add67666)
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
This commit is contained in:
Thomas Petazzoni
2026-08-26 16:28:28 +02:00
committed by Raphaël Mélotte
parent 936d3afa8e
commit 3c48334d89

View File

@@ -1,6 +1,5 @@
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++.
@@ -13,6 +12,7 @@ if BR2_PACKAGE_QT6DECLARATIVE
config BR2_PACKAGE_QT6DECLARATIVE_QUICK
bool "quick module"
# Enable host test module to ensure that qmltestrunner is built
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