mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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>
This commit is contained in:
committed by
Julien Olivain
parent
b4949ce4c9
commit
29add67666
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user