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)