package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / qt5 / qt5quick1 / Config.in
blob345ffae7143b0b400f173c6bc9d846dc43875c8b
1 config BR2_PACKAGE_QT5QUICK1
2         bool "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
12         help
13           Qt is a cross-platform application and UI framework for
14           developers using C++.
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
20           design.
22           http://qt.io
24 comment "qt5quick1 needs a toolchain w/ dynamic library"
25         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
26         depends on BR2_STATIC_LIBS