瀏覽代碼

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>
Peter Korsgaard 10 年之前
父節點
當前提交
1e5b076fe3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/qt5/Config.in

+ 1 - 0
package/qt5/Config.in

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