16076ebadda22542eeca5458c8ca02311bbcb3ae
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qt5 / qt5quick1 / Config.in
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++.
15
16           This package corresponds to the qt5quick1 module.
17
18           http://qt.io
19
20 comment "qt5quick1 needs a toolchain w/ dynamic library"
21         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
22         depends on BR2_STATIC_LIBS