f446cfc5cd
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
75 lines
1.6 KiB
Plaintext
75 lines
1.6 KiB
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_DBUS
|
|
bool "DBus module"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_DBUS
|
|
help
|
|
This option enables the D-Bus module.
|
|
|
|
config BR2_PACKAGE_QT6BASE_NETWORK
|
|
bool "network module"
|
|
help
|
|
This options enables the Qt6Network library.
|
|
|
|
config BR2_PACKAGE_QT6BASE_SQL
|
|
bool "sql module"
|
|
help
|
|
This options enables the Qt6Sql library.
|
|
|
|
if BR2_PACKAGE_QT6BASE_SQL
|
|
config BR2_PACKAGE_QT6BASE_MYSQL
|
|
bool "MySQL Plugin"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_MYSQL
|
|
help
|
|
Build MySQL plugin
|
|
|
|
comment "MySQL plugin needs a toolchain w/ C++, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
endif
|
|
|
|
config BR2_PACKAGE_QT6BASE_SYSLOG
|
|
bool "syslog support"
|
|
help
|
|
Logs to the standard UNIX logging mechanism.
|
|
|
|
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
|