python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / qt5 / qt5tools / Config.in
blob20f00f6b2f1d8a9c5fdc8e5b0bc50188c173ffc5
1 config BR2_PACKAGE_QT5TOOLS
2         bool "qt5tools"
3         help
4           Qt is a cross-platform application and UI framework for
5           developers using C++.
7           Qt Tools provides tools facilitate the development
8           and design of applications.
10           http://doc.qt.io/qt-5/qtmodules.html#qt-tools
12 if BR2_PACKAGE_QT5TOOLS
14 config BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
15         bool "Linguist host tools (lconvert, lrelease, lupdate)"
16         help
17           This option enables the linguist host tools
18           lconvert, lrelease and lupdate.
20 config BR2_PACKAGE_QT5TOOLS_PIXELTOOL
21         bool "pixeltool"
22         select BR2_PACKAGE_QT5BASE_GUI
23         select BR2_PACKAGE_QT5BASE_WIDGETS
24         select BR2_PACKAGE_QT5BASE_PNG # saving png images
25         help
26           Compile and install the pixeltool program.
28 config BR2_PACKAGE_QT5TOOLS_QTDIAG
29         bool "qtdiag"
30         select BR2_PACKAGE_QT5BASE_GUI
31         help
32           Compile and install the qtdiag program.
34 config BR2_PACKAGE_QT5TOOLS_QTPATHS
35         bool "qtpaths"
36         help
37           Compile and install the qtpaths program.
39 config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
40         bool "qtplugininfo"
41         help
42           Compile and install the qtplugininfo program.
44 endif