From 45bba9cf1df132ad2fd223e352a76d137ad38046 Mon Sep 17 00:00:00 2001 From: Alex Von Hoene Date: Tue, 22 Mar 2022 02:22:33 -0400 Subject: [PATCH] Add `qml-module-qtquick-localstorage` to runtime requirements. I needed this on Debian Bullseye (11 stable). --- 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 76acc5b..3afe3c6 100644 --- a/Build-Instructions-(Linux).md +++ b/Build-Instructions-(Linux).md @@ -15,7 +15,7 @@ Let's start by grabbing the correct dependencies for the most popular distros: # Extra packages needed for at least Ubuntu 20.04 - sudo apt install qtquickcontrols2-5-dev qml-module-qt-labs-platform qml-module-qtquick-controls qml-module-qtquick-layouts + sudo apt install qtquickcontrols2-5-dev qml-module-qt-labs-platform qml-module-qtquick-controls qml-module-qtquick-layouts qml-module-qtquick-localstorage # Fedora