17 lines
432 B
Plaintext
17 lines
432 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
|