57c1d3be4e
qdoc was previously built as part of qtbase (in the pre-5.6 era), but with qt-5.6 it is now part of qttools. With qt-5.12, it needs libclang to build, so be it... Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Peter Seiderer <ps.report@gmx.net> Cc: Julien Corjon <corjon.j@ecagroup.com> Reviewed-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
config BR2_PACKAGE_QT5TOOLS
|
|
bool "qt5tools"
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
Qt Tools provides tools facilitate the development
|
|
and design of applications.
|
|
|
|
http://doc.qt.io/qt-5/qtmodules.html#qt-tools
|
|
|
|
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_QDOC_TOOL
|
|
bool "qdoc host tool"
|
|
depends on !BR2_PACKAGE_QT5_VERSION_LATEST \
|
|
|| BR2_HOST_GCC_AT_LEAST_4_8 # host-clang
|
|
help
|
|
This option enables the qdoc host tool.
|
|
|
|
comment "qdoc host tool needs host gcc >= 4.8"
|
|
depends on BR2_PACKAGE_QT5_VERSION_LATEST && !BR2_HOST_GCC_AT_LEAST_4_8
|
|
|
|
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
|