qt5: select qt5base
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Nov 2014 22:01:34 +0000 (23:01 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Nov 2014 22:01:34 +0000 (23:01 +0100)
qt5base is (as the name hints) the basics of anything related to qt5, so
enabling qt5 without enabling qt5base doesn't make any sense as nothing will
get built.

Selecting it here also simplifies the upcoming series to add qt5 support to
external qt modules.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt5/Config.in

index 83f02f1cd6ed19dad2437f91e3b5aaaf3d836ef2..c34bec27157f77c18df864289c4d6a541b7591db 100644 (file)
@@ -24,6 +24,7 @@ menuconfig BR2_PACKAGE_QT5
        depends on BR2_INET_IPV6
        depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
        depends on !BR2_PACKAGE_QT
+       select BR2_PACKAGE_QT5BASE
        help
          This option enables the Qt5 framework. Sub-options allow to
          select which modules should be built.