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
|
|
|
|
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
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
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.
|
|
|
|
|
|
|
|
http://qt-project.org
|
|
|
|
|
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-05-05 19:06:46 +02:00
|
|
|
depends on BR2_PREFER_STATIC_LIB
|