From 5c3f7d8924a1665c0fc8e5cd9b883ec9548245e0 Mon Sep 17 00:00:00 2001 From: Damiano Lombardi Date: Wed, 14 Jun 2023 15:10:12 +0200 Subject: [PATCH] Added info for qml modules packages --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a6735a3..170ca7c 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,13 @@ There is no distinction for polymorphic relation as from the feature point of vi ### Feature side ![Configuration feature side](docs/images/WidgetFeatureSideScreencast.gif) + +## Installation notes: + +The following QML modueles are required. On windows they are provided by the QGIS installation but on linux they may have to be installed manually: + +| QML Module | Ubuntu package name | +|-------------------|-----------------------------| +| Qt quick controls | qml-module-qtquick-controls | +| Qt quick dialogs | qml-module-qtquick-dialogs | +| Qt quick layouts | qml-module-qtquick-layouts |