From 649c2a5af80092e4f43497309aafe5785a2b2bdd Mon Sep 17 00:00:00 2001 From: D33r-Gee Date: Thu, 28 Mar 2024 09:38:38 -0700 Subject: [PATCH] doc: updated the qml/README.md with qml-module-qtquick-dialogs --- src/qml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/README.md b/src/qml/README.md index d9b4798984..63971447f2 100644 --- a/src/qml/README.md +++ b/src/qml/README.md @@ -70,7 +70,7 @@ The following runtime dependencies are also required for dynamic builds; they are not needed for static builds: ``` -sudo apt install qml-module-qtquick2 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtquick-window2 qml-module-qt-labs-settings +sudo apt install qml-module-qtquick2 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-layouts qml-module-qtquick-window2 qml-module-qt-labs-settings ``` ##### Important: