From ee9fa405f816161be1a586bc760bbaefe8901ab9 Mon Sep 17 00:00:00 2001
From: oxou <102489121+oxou@users.noreply.github.com>
Date: Fri, 30 Dec 2022 20:10:41 +0100
Subject: [PATCH] Installs `qtquickcontrols2-5-dev` on Ubuntu platforms, will
 not compile without this.

---
 Build-Instructions-(Linux).md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Build-Instructions-(Linux).md b/Build-Instructions-(Linux).md
index 0e5332a..6a16bed 100644
--- a/Build-Instructions-(Linux).md
+++ b/Build-Instructions-(Linux).md
@@ -10,7 +10,7 @@ Let's start by grabbing the correct dependencies for the most popular distros:
 
     # Ubuntu, Debian Jessie and above
 
-    sudo apt install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel
+    sudo apt install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel qtquickcontrols2-5-dev
 
     # Debian Bullseye