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

24 lines
729 B
Plaintext

menuconfig BR2_PACKAGE_QT5CONNECTIVITY
bool "qt5connectivity"
depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ5_UTILS
select BR2_PACKAGE_QT5BASE_CONCURRENT
select BR2_PACKAGE_QT5BASE_DBUS
help
Qt is a cross-platform application and UI framework for
developers using C++.
Qt Connectivity module provides support for Bluetooth/NFC
peripherials.
http://doc.qt.io/qt-5/qtbluetooth-index.html
http://doc.qt.io/qt-5/qtnfc-index.html
if BR2_PACKAGE_QT5CONNECTIVITY
config BR2_PACKAGE_QT5CONNECTIVITY_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif
comment "qt5connectivity needs neard and/or bluez5_utils"
depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ5_UTILS