1 config BR2_PACKAGE_QT5CONNECTIVITY
3 select BR2_PACKAGE_QT5BASE
4 select BR2_PACKAGE_QT5BASE_CONCURRENT
5 select BR2_PACKAGE_QT5BASE_DBUS
6 depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS || BR2_PACKAGE_BLUEZ5_UTILS
8 Qt is a cross-platform application and UI framework for
11 Qt Connectivity module provides support for Bluetooth/NFC
14 http://doc.qt.io/qt-5/qtbluetooth-index.html
15 http://doc.qt.io/qt-5/qtnfc-index.html
17 comment "qt5connectivity needs neard and/or bluez(5)_utils"
18 depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS && \
19 !BR2_PACKAGE_BLUEZ5_UTILS