comment "qt requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP
menuconfig BR2_PACKAGE_QT
depends on BR2_INSTALL_LIBSTDCPP
Qt is a cross-platform application and UI framework for
config BR2_PACKAGE_QT_DEBUG
bool "Compile with debug support"
config BR2_PACKAGE_QT_DEMOS
bool "Compile and install demos and examples (with code)"
select BR2_PACKAGE_QT_GUI_MODULE
Selects the library type: Shared or Static
config BR2_PACKAGE_QT_SHARED
depends on !BR2_PREFER_STATIC_LIB
Create and use shared Qt libraries.
If you have multiple programs that depend on Qt or intend to use
config BR2_PACKAGE_QT_STATIC
Create and use static Qt libraries.
If you don't have multiple programs on the target that depends on
Qt, then this will save you quite some of storage space.
config BR2_PACKAGE_QT_LICENSE_APPROVED
bool "Approve free license"
Select this if you approve one of the available free licenses for the
By doing this you will not be asked while the library is compiled.
Please read and understand the license terms before approving this.
LGPL v2.1: http://doc.trolltech.com/4.5/lgpl.html
GPL v3.0: http://doc.trolltech.com/4.5/gpl.html
config BR2_PACKAGE_QT_CONFIG_FILE
Configure options allow to set which modules are being