xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5connectivity/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_QT5CONNECTIVITY
2	bool "qt5connectivity"
3	depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ5_UTILS
4	select BR2_PACKAGE_QT5BASE_CONCURRENT
5	select BR2_PACKAGE_QT5BASE_DBUS
6	help
7	  Qt is a cross-platform application and UI framework for
8	  developers using C++.
9
10	  Qt Connectivity module provides support for Bluetooth/NFC
11	  peripherials.
12
13	  https://doc.qt.io/qt-5/qtbluetooth-index.html
14	  https://doc.qt.io/qt-5/qtnfc-index.html
15
16comment "qt5connectivity needs neard and/or bluez5_utils"
17	depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ5_UTILS
18