xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS
2*4882a593Smuzhiyun	bool "qt5tools"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Qt is a cross-platform application and UI framework for
5*4882a593Smuzhiyun	  developers using C++.
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  Qt Tools provides tools facilitate the development
8*4882a593Smuzhiyun	  and design of applications.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://doc.qt.io/qt-5/qtmodules.html#qt-tools
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunif BR2_PACKAGE_QT5TOOLS
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
15*4882a593Smuzhiyun	bool "Linguist host tools (lconvert, lrelease, lupdate)"
16*4882a593Smuzhiyun	help
17*4882a593Smuzhiyun	  This option enables the linguist host tools
18*4882a593Smuzhiyun	  lconvert, lrelease and lupdate.
19*4882a593Smuzhiyun
20*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS_QDOC_TOOL
21*4882a593Smuzhiyun	bool "qdoc host tool"
22*4882a593Smuzhiyun	# Needs llvm-config and libclang for the host, which is not
23*4882a593Smuzhiyun	# currently supported in Buildroot, unless the target is
24*4882a593Smuzhiyun	# already supported by llvm.
25*4882a593Smuzhiyun	depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS # llvm, clang
26*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # llvm, clang
27*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # llvm, clang
28*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # llvm, clang
29*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # llvm, clang
30*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # llvm, clang
31*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # llvm, clang
32*4882a593Smuzhiyun	depends on BR2_HOST_GCC_AT_LEAST_5 # llvm, clang
33*4882a593Smuzhiyun	help
34*4882a593Smuzhiyun	  This option enables the qdoc host tool.
35*4882a593Smuzhiyun
36*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS_DESIGNER
37*4882a593Smuzhiyun	bool "designer"
38*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_GUI
39*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_WIDGETS
40*4882a593Smuzhiyun	help
41*4882a593Smuzhiyun	  Compile and install the designer program.
42*4882a593Smuzhiyun
43*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS_PIXELTOOL
44*4882a593Smuzhiyun	bool "pixeltool"
45*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_GUI
46*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_WIDGETS
47*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_PNG # saving png images
48*4882a593Smuzhiyun	help
49*4882a593Smuzhiyun	  Compile and install the pixeltool program.
50*4882a593Smuzhiyun
51*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS_QTDIAG
52*4882a593Smuzhiyun	bool "qtdiag"
53*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_GUI
54*4882a593Smuzhiyun	help
55*4882a593Smuzhiyun	  Compile and install the qtdiag program.
56*4882a593Smuzhiyun
57*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS_QTPATHS
58*4882a593Smuzhiyun	bool "qtpaths"
59*4882a593Smuzhiyun	help
60*4882a593Smuzhiyun	  Compile and install the qtpaths program.
61*4882a593Smuzhiyun
62*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
63*4882a593Smuzhiyun	bool "qtplugininfo"
64*4882a593Smuzhiyun	help
65*4882a593Smuzhiyun	  Compile and install the qtplugininfo program.
66*4882a593Smuzhiyun
67*4882a593Smuzhiyunendif
68