1 config BR2_PACKAGE_QT5QUICK1
3 select BR2_PACKAGE_QT5BASE
4 select BR2_PACKAGE_QT5BASE_GUI
5 select BR2_PACKAGE_QT5BASE_NETWORK
6 select BR2_PACKAGE_QT5BASE_WIDGETS
7 select BR2_PACKAGE_QT5SCRIPT
8 select BR2_PACKAGE_QT5XMLPATTERNS
9 # This module does not support static linking
10 depends on !BR2_STATIC_LIBS
11 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
13 Qt is a cross-platform application and UI framework for
16 This package corresponds to the qt5quick1 module.
18 This package has been tagged as deprecated since version
19 5.5.0 and should be replaced by Qt Quick module in new
24 comment "qt5quick1 needs a toolchain w/ dynamic library"
25 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
26 depends on BR2_STATIC_LIBS