summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5tools/Config.in
blob: 453913b8adde5a9f33a0e2f68fe9b3c9bcb6c196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
config BR2_PACKAGE_QT5TOOLS
	bool "qt5tools"
	help
	  Qt is a cross-platform application and UI framework for
	  developers using C++.

	  This package corresponds to the qt5tools module.

	  http://qt.io

if BR2_PACKAGE_QT5TOOLS

config BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
	bool "Linguist host tools (lconvert, lrelease, lupdate)"
	help
	  This option enables the linguist host tools
	  lconvert, lrelease and lupdate.

config BR2_PACKAGE_QT5TOOLS_PIXELTOOL
	bool "pixeltool"
	select BR2_PACKAGE_QT5BASE_GUI
	select BR2_PACKAGE_QT5BASE_WIDGETS
	select BR2_PACKAGE_QT5BASE_PNG # saving png images
	help
	  Compile and install the pixeltool program.

config BR2_PACKAGE_QT5TOOLS_QTDIAG
	bool "qtdiag"
	select BR2_PACKAGE_QT5BASE_GUI
	help
	  Compile and install the qtdiag program.

config BR2_PACKAGE_QT5TOOLS_QTPATHS
	bool "qtpaths"
	help
	  Compile and install the qtpaths program.

config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
	bool "qtplugininfo"
	help
	  Compile and install the qtplugininfo program.

endif
OpenPOWER on IntegriCloud