From 09d5c5589e51c5aec5dd04e9176f9ef6d6ca26e2 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 10 Oct 2021 23:22:34 +0200 Subject: [PATCH] Add missing verb in `plasmoid/testing.md` --- plasmoid/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/testing.md b/plasmoid/testing.md index d263f01..9aa26e4 100644 --- a/plasmoid/testing.md +++ b/plasmoid/testing.md @@ -22,7 +22,7 @@ rather than the regular home to separate testing from production. set in accordance * If not already set, `QT_PLUGIN_PATH` is set to `$CMAKE_CURRENT_BINARY_DIR/plasmoid/lib` which should contain the plugin for the Plasmoid under `plasma/applets/libsyncthingplasmoid.so` - * `QT_DEBUG_PLUGINS` to 1 for verbose plugin detection + * Set `QT_DEBUG_PLUGINS` to 1 for verbose plugin detection 7. Ignore warning that executable is no debug build, it is sufficiant when the plugin is a debug build (see next section for QML debugging)