summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5tools/Config.in
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2016-02-20 23:08:03 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-28 23:10:20 +0100
commit854debd77c4eaa46fc8d19d1904b81f9a9e1e780 (patch)
treeef7185d326cebe7aed5362d80a0f0a55f294061a /package/qt5/qt5tools/Config.in
parent8e738967d93b190e5d1c2c46af0b9c27e6bd7ea9 (diff)
downloadbuildroot-854debd77c4eaa46fc8d19d1904b81f9a9e1e780.tar.gz
buildroot-854debd77c4eaa46fc8d19d1904b81f9a9e1e780.zip
qt5tools: new package
- host programs: lconvert, lrelease and lupdate - target programs: pixeltool, qtdiag, qtpath and qtplugininfo Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5tools/Config.in')
-rw-r--r--package/qt5/qt5tools/Config.in42
1 files changed, 42 insertions, 0 deletions
diff --git a/package/qt5/qt5tools/Config.in b/package/qt5/qt5tools/Config.in
new file mode 100644
index 0000000000..9e939f2c4c
--- /dev/null
+++ b/package/qt5/qt5tools/Config.in
@@ -0,0 +1,42 @@
+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"
+ 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