Config.in 442 B

123456789101112131415
  1. config BR2_PACKAGE_QT5CONNECTIVITY
  2. bool "qt5connectivity"
  3. select BR2_PACKAGE_BLUEZ_UTILS
  4. select BR2_PACKAGE_QT5BASE
  5. select BR2_PACKAGE_QT5BASE_CONCURRENT
  6. select BR2_PACKAGE_QT5BASE_DBUS
  7. depends on !BR2_avr32 # bluez_utils
  8. depends on BR2_USE_MMU # bluez_utils
  9. help
  10. Qt is a cross-platform application and UI framework for
  11. developers using C++.
  12. This package corresponds to the qt5connectivity module.
  13. http://qt-project.org