2013-09-20 07:43:14 +02:00
|
|
|
config BR2_PACKAGE_QT5X11EXTRAS
|
|
|
|
bool "qt5x11extras"
|
|
|
|
depends on BR2_PACKAGE_QT5BASE_XCB
|
2017-04-22 19:18:03 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
2013-09-20 07:43:14 +02:00
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
Qt X11 Extras enables the Qt programmer to write
|
|
|
|
applications for the Linux/X11 platform.
|
2013-09-20 07:43:14 +02:00
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/qtx11extras-index.html
|