diff options
author | Peter Seiderer <ps.report@gmx.net> | 2016-02-20 23:08:03 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-28 23:10:20 +0100 |
commit | 854debd77c4eaa46fc8d19d1904b81f9a9e1e780 (patch) | |
tree | ef7185d326cebe7aed5362d80a0f0a55f294061a /package/qt5/Config.in | |
parent | 8e738967d93b190e5d1c2c46af0b9c27e6bd7ea9 (diff) | |
download | buildroot-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/Config.in')
-rw-r--r-- | package/qt5/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in index ad6226e07c..1c42102c94 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -42,6 +42,7 @@ source "package/qt5/qt5quickcontrols/Config.in" source "package/qt5/qt5sensors/Config.in" source "package/qt5/qt5serialport/Config.in" source "package/qt5/qt5svg/Config.in" +source "package/qt5/qt5tools/Config.in" source "package/qt5/qt5webchannel/Config.in" source "package/qt5/qt5websockets/Config.in" source "package/qt5/qt5x11extras/Config.in" |