Skip to content

Commit f90c6e4

Browse files
committed
Add new Run configuration info for Qt Creator
Add extra info since we have some default test related run configurations possibly being populated as the default selection now, rather than a blank slate.
1 parent 9583761 commit f90c6e4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ Modify the config to fix the directory paths; an example is provided below:
6666
```
6767

6868
#### Qt Creator (Linux)
69-
On the sidebar, click "Projects" then under your current kit, click "Run". Set the following:
69+
On the sidebar, click "Projects" then under your current kit, click "Run".
70+
71+
By default, you may have one of the test configurations chosen as the currently active run configuration (`test_neo_crosshair`, etc).
72+
To create a new configuration, press "Add" and choose "Custom executable" (tested on Qt Creator 13.0.0, but the exact menus and wording
73+
may depend on your Qt Creator version).
74+
75+
Once you have a fresh *Run configuration* created, set the following properties for it:
7076

7177
| Property | Example value |
7278
| :---------------------------------- | :------------ |

0 commit comments

Comments
 (0)