From 29add676660b62124c876dbb82f7fd73ad2ff47f Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 26 Aug 2026 16:28:28 +0200 Subject: [PATCH] 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 Signed-off-by: Julien Olivain --- package/qt6/qt6declarative/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/qt6/qt6declarative/Config.in b/package/qt6/qt6declarative/Config.in index 0a977ed808..a57b203071 100644 --- a/package/qt6/qt6declarative/Config.in +++ b/package/qt6/qt6declarative/Config.in @@ -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