|
@@ -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"
|
|
bool "Qt"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
help
|
|
@@ -6,9 +9,6 @@ config BR2_PACKAGE_QT
|
|
|
|
|
|
http://www.qtsoftware.com/products/platform/qt-for-embedded-linux
|
|
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
|
|
if BR2_PACKAGE_QT
|
|
|
|
|
|
config BR2_PACKAGE_QT_DEBUG
|
|
config BR2_PACKAGE_QT_DEBUG
|