diff options
author | Ricardo Ribalda <ricardo@ribalda.com> | 2020-09-24 09:19:16 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-09-24 21:08:11 +0300 |
commit | dff416a84b789c982b5beef5c6aabf9ce92ebf19 (patch) | |
tree | 6371e3e21b0c43b9bc00574d7e58f8300129e14a | |
parent | 20177249c0d9d56022f7618fbecf3d5d445a5c23 (diff) |
README: Add missing package for Qt5 tools
Without it:
Program /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease found: NO
Program lrelease-qt5 found: NO
Program lrelease found: NO found but need: '== 5.14.2'
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ for gstreamer: [optional] libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev for qcam: [optional] - qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 + qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools Using GStreamer plugin ~~~~~~~~~~~~~~~~~~~~~~ |