toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / qt5 / qt5connectivity / Config.in
blobfa9b9112c6917dc5f8706ef1536d024669029c12
1 config BR2_PACKAGE_QT5CONNECTIVITY
2         bool "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
7         help
8           Qt is a cross-platform application and UI framework for
9           developers using C++.
11           This package corresponds to the qt5connectivity module.
13           http://qt.io
15 comment "qt5connectivity needs neard and/or bluez(5)_utils"
16         depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS && \
17                 !BR2_PACKAGE_BLUEZ5_UTILS