diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-11-03 23:01:34 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-03 23:01:34 +0100 |
commit | 1e5b076fe3683bd83993497383a7a8bce872266f (patch) | |
tree | 9916eda573194859850dc6c0f6d0f24668ad4374 /package/qt5 | |
parent | 45fe0d3b4698112a438c6199d73e18c4078c1ad1 (diff) |
qt5: select qt5base
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>
Diffstat (limited to 'package/qt5')
-rw-r--r-- | package/qt5/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 83f02f1cd..c34bec271 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -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. |