blob: 58ba086eb30acd931592e430b2681739c9b89856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
### Folder structure
folder | description
------ | -----------
/src | source code
/src/widgets | subclassed Qt widgets
/src/forms | Qt UI forms and classes
/src/webengine | QWebEngine* subclasses
/test | test run location, mainly for QtCreator
### QtCreator
* In the project Run Settings set the working directory to _$repo/test_, and the
command line arguments to _-c ./config.ini_.
### firejail
Any submitted modifications must work with the provided firejail profile.
|