eddc0bc5a6
Fixes [1]: /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/qt5tools-5.5.1/src/qtdiag make[2]: *** No targets specified and no makefile found. Stop. [1] http://autobuild.buildroot.net/results/4ee/4eee2a7cee8fce63b0419668da8bd55b3cfd00af Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
44 lines
1009 B
Plaintext
44 lines
1009 B
Plaintext
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
|