Config.in 657 B

12345678910111213141516171819
  1. config BR2_PACKAGE_QT5CONNECTIVITY
  2. bool "qt5connectivity"
  3. depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS || BR2_PACKAGE_BLUEZ5_UTILS
  4. select BR2_PACKAGE_QT5BASE
  5. select BR2_PACKAGE_QT5BASE_CONCURRENT
  6. select BR2_PACKAGE_QT5BASE_DBUS
  7. help
  8. Qt is a cross-platform application and UI framework for
  9. developers using C++.
  10. Qt Connectivity module provides support for Bluetooth/NFC
  11. peripherials.
  12. http://doc.qt.io/qt-5/qtbluetooth-index.html
  13. http://doc.qt.io/qt-5/qtnfc-index.html
  14. comment "qt5connectivity needs neard and/or bluez(5)_utils"
  15. depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS && \
  16. !BR2_PACKAGE_BLUEZ5_UTILS