From d839087dbde7ead49d54c8744100956676c83b61 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 10 Jul 2025 15:12:28 +0200 Subject: [PATCH] fix: add missing doc about the QT_PLUGIN_PATH environment variable Signed-off-by: Matthieu Gallien --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4257ea7..01c80ee 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ craft --install-deps nextcloud-client > ``` > set "PATH=C:\CraftRoot\bin;C:\CraftRoot\dev-utils\bin;%PATH%" > ``` +> You also need to set the Qt path for plugins via an environment variable +> ``` +> set "QT_PLUGIN_PATH=C:\CraftRoot\bin\plugins" +> ``` > This will result in using the `cmake` version downloaded with `KDE Craft`. 5. Clone the desktop client repository. ```