From e1f89cc1daed469cd6e1a21a18e5816fea9ec9fb Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Sun, 4 Jan 2026 13:52:26 +0300 Subject: [PATCH] apt add missing folderlistmodel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae653f..984c391 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This will extract lsfg-vk to `~/.local`. Please **keep track of the files that w 4. The graphical interface requires Qt6 and Qt6 Quick in order to run. If you do not have these installed, install the following packages: ```bash -sudo apt install qt6-qpa-plugins libqt6quick6 qml6-module-qtquick-controls qml6-module-qtquick-layouts qml6-module-qtquick-window qml6-module-qtquick-dialogs qml6-module-qtqml-workerscript qml6-module-qtquick-templates # On Debian/Ubuntu-based systems +sudo apt install qt6-qpa-plugins libqt6quick6 qml6-module-qtquick-controls qml6-module-qtquick-layouts qml6-module-qtquick-window qml6-module-qtquick-dialogs qml6-module-qtqml-workerscript qml6-module-qtquick-templates qml6-module-qt-labs-folderlistmodel # On Debian/Ubuntu-based systems sudo pacman -S qt6-declarative qt6-base # On Arch-based systems sudo dnf install qt6-qtdeclarative qt6-qtbase # On Fedora ```