2013-04-07 11:57:28 +02:00
|
|
|
config BR2_PACKAGE_QT5QUICK1
|
|
|
|
bool "qt5quick1"
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
2013-06-28 11:13:02 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
2014-05-13 08:52:46 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_NETWORK
|
2013-06-28 11:13:02 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
2013-04-07 11:57:28 +02:00
|
|
|
select BR2_PACKAGE_QT5SCRIPT
|
|
|
|
select BR2_PACKAGE_QT5XMLPATTERNS
|
|
|
|
# This module does not support static linking
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2013-12-30 10:34:15 +01:00
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
2013-04-07 11:57:28 +02:00
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
|
|
|
This package corresponds to the qt5quick1 module.
|
|
|
|
|
2015-07-21 13:30:16 +02:00
|
|
|
This package has been tagged as deprecated since version
|
|
|
|
5.5.0 and should be replaced by Qt Quick module in new
|
|
|
|
design.
|
|
|
|
|
2015-01-22 13:37:58 +01:00
|
|
|
http://qt.io
|
2013-04-07 11:57:28 +02:00
|
|
|
|
2014-05-05 19:06:46 +02:00
|
|
|
comment "qt5quick1 needs a toolchain w/ dynamic library"
|
2013-12-30 10:34:15 +01:00
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|