linuxOS_D21X/package/third-party/qt5/qt5x11extras/Config.in
2024-11-29 16:13:46 +08:00

19 lines
516 B
Plaintext

menuconfig BR2_PACKAGE_QT5X11EXTRAS
bool "qt5x11extras"
depends on BR2_PACKAGE_QT5BASE_XCB
select BR2_PACKAGE_QT5BASE_WIDGETS
help
Qt is a cross-platform application and UI framework for
developers using C++.
Qt X11 Extras enables the Qt programmer to write
applications for the Linux/X11 platform.
http://doc.qt.io/qt-5/qtx11extras-index.html
if BR2_PACKAGE_QT5X11EXTRAS
config BR2_PACKAGE_QT5X11EXTRAS_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif