From 8e51e641ab8990aeb8b20ca3478c1db9e1aa521c Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 12 Feb 2021 20:31:29 +0100 Subject: [PATCH] Improve documentation about plasmoid testing --- plasmoid/testing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plasmoid/testing.md b/plasmoid/testing.md index 70d46e5..d263f01 100644 --- a/plasmoid/testing.md +++ b/plasmoid/testing.md @@ -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