2013-12-25 14:36:34 +01:00
|
|
|
config BR2_PACKAGE_QT5CONNECTIVITY
|
|
|
|
bool "qt5connectivity"
|
|
|
|
select BR2_PACKAGE_BLUEZ_UTILS
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
|
|
|
select BR2_PACKAGE_QT5BASE_CONCURRENT
|
|
|
|
select BR2_PACKAGE_QT5BASE_DBUS
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # bluez_utils
|
2014-10-20 17:52:56 +02:00
|
|
|
depends on BR2_USE_WCHAR # bluez_utils
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils
|
2013-12-25 14:36:34 +01:00
|
|
|
depends on BR2_USE_MMU # bluez_utils
|
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
|
|
|
This package corresponds to the qt5connectivity module.
|
|
|
|
|
2015-01-22 13:37:58 +01:00
|
|
|
http://qt.io
|
2014-10-20 17:52:56 +02:00
|
|
|
|
|
|
|
comment "qt5connectivity needs a toolchain w/ wchar, threads, dynamic library"
|
2015-02-14 10:23:06 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|