Add missing verb in `plasmoid/testing.md`

This commit is contained in:
Martchus 2021-10-10 23:22:34 +02:00
parent 3bf50fb414
commit 09d5c5589e
1 changed files with 1 additions and 1 deletions

View File

@ -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)