Improve documentation about plasmoid testing

This commit is contained in:
Martchus 2021-02-12 20:31:29 +01:00
parent 0fc44a9142
commit 8e51e641ab
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ rather than the regular home to separate testing from production.
1. Build as usual, ensure `NO_PLASMOID` is turned off
2. Add build step to execute the custom target `init_plasmoid_testing` which
will install the Plasmoid in a test directory which is `$CMAKE_BUILD_DIR/plasmoid-testing`
by default (configurable via cache variable `PLASMOID_TESTDIR`)
by default (configurable via cache variable `PLASMOID_TESTDIR`, the sub directory
`plasmoid-testing` is not part of the variable)
3. Add new config for run in Qt Creator and set `bash` as executable
4. Set `%{sourceDir}/../../syncthingtray/plasmoid/scripts/starttesting.sh plasmoidviewer --applet martchus.syncthingplasmoid`
as CLI argument