summaryrefslogtreecommitdiffstats
path: root/package/qt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r--package/qt/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index d68c92392..59c691fc0 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -1,4 +1,7 @@
-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