DEVELOPERS: add Yann for libgsm
[buildroot-gz.git] / package / qt5 / qt5tools / Config.in
blob453913b8adde5a9f33a0e2f68fe9b3c9bcb6c196
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           This package corresponds to the qt5tools module.
9           http://qt.io
11 if BR2_PACKAGE_QT5TOOLS
13 config BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
14         bool "Linguist host tools (lconvert, lrelease, lupdate)"
15         help
16           This option enables the linguist host tools
17           lconvert, lrelease and lupdate.
19 config BR2_PACKAGE_QT5TOOLS_PIXELTOOL
20         bool "pixeltool"
21         select BR2_PACKAGE_QT5BASE_GUI
22         select BR2_PACKAGE_QT5BASE_WIDGETS
23         select BR2_PACKAGE_QT5BASE_PNG # saving png images
24         help
25           Compile and install the pixeltool program.
27 config BR2_PACKAGE_QT5TOOLS_QTDIAG
28         bool "qtdiag"
29         select BR2_PACKAGE_QT5BASE_GUI
30         help
31           Compile and install the qtdiag program.
33 config BR2_PACKAGE_QT5TOOLS_QTPATHS
34         bool "qtpaths"
35         help
36           Compile and install the qtpaths program.
38 config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
39         bool "qtplugininfo"
40         help
41           Compile and install the qtplugininfo program.
43 endif