1 config BR2_PACKAGE_QT5TOOLS
4 Qt is a cross-platform application and UI framework for
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)"
17 This option enables the linguist host tools
18 lconvert, lrelease and lupdate.
20 config BR2_PACKAGE_QT5TOOLS_PIXELTOOL
22 select BR2_PACKAGE_QT5BASE_GUI
23 select BR2_PACKAGE_QT5BASE_WIDGETS
24 select BR2_PACKAGE_QT5BASE_PNG # saving png images
26 Compile and install the pixeltool program.
28 config BR2_PACKAGE_QT5TOOLS_QTDIAG
30 select BR2_PACKAGE_QT5BASE_GUI
32 Compile and install the qtdiag program.
34 config BR2_PACKAGE_QT5TOOLS_QTPATHS
37 Compile and install the qtpaths program.
39 config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
42 Compile and install the qtplugininfo program.