kumquat-buildroot/package/qt6/qt6base/Config.in
Jesse Van Gavere bb6352c9ed package/qt6/qt6base: add support for test module
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-08-29 21:17:02 +02:00

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