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. ```