Commit 2845fa66 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

qt: put the Qt options into a submenu



Put the Qt options into a submenu to make the configuration interface
easier to use. The comment on the dependency on C++ has to be put
before the menuconfig definition, otherwise kconfig gets confused and
doesn't put the suboptions into a submenu.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 20d2c70f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
config BR2_PACKAGE_QT
comment "qt requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP

menuconfig BR2_PACKAGE_QT
	bool "Qt"
	depends on BR2_INSTALL_LIBSTDCPP
	help
@@ -6,9 +9,6 @@ config BR2_PACKAGE_QT

	  http://www.qtsoftware.com/products/platform/qt-for-embedded-linux

comment "qt requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP

if BR2_PACKAGE_QT

config BR2_PACKAGE_QT_DEBUG