From dff416a84b789c982b5beef5c6aabf9ce92ebf19 Mon Sep 17 00:00:00 2001
From: Ricardo Ribalda <ricardo@ribalda.com>
Date: Thu, 24 Sep 2020 09:19:16 +0200
Subject: 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>
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index e7cb389a..505b446e 100644
--- a/README.rst
+++ b/README.rst
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~
-- 
cgit v1.2.1