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