bb6352c9ed
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
41 lines
903 B
Plaintext
41 lines
903 B
Plaintext
config BR2_PACKAGE_QT6BASE
|
|
bool "qt6base"
|
|
select BR2_PACKAGE_DOUBLE_CONVERSION
|
|
select BR2_PACKAGE_LIBB2
|
|
select BR2_PACKAGE_PCRE2
|
|
select BR2_PACKAGE_PCRE2_16
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
This package corresponds to the qt6base module, which
|
|
contains the base Qt libraries: QtCore, QtNetwork, QtGui,
|
|
QtWidgets, etc.
|
|
|
|
http://qt.io
|
|
|
|
if BR2_PACKAGE_QT6BASE
|
|
|
|
config BR2_PACKAGE_QT6BASE_CONCURRENT
|
|
bool "concurrent module"
|
|
help
|
|
This options enables the Qt6Concurrent library.
|
|
|
|
config BR2_PACKAGE_QT6BASE_NETWORK
|
|
bool "network module"
|
|
help
|
|
This options enables the Qt6Network library.
|
|
|
|
config BR2_PACKAGE_QT6BASE_TEST
|
|
bool "test module"
|
|
help
|
|
This options enables the Qt6Test library.
|
|
|
|
config BR2_PACKAGE_QT6BASE_XML
|
|
bool "XML module"
|
|
help
|
|
This options enables the Qt6Xml library.
|
|
|
|
endif
|