diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-01-14 22:02:37 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-01-14 22:02:37 +0100 |
commit | d593a228bc8d20ec2f99784ceb6a4e53db469516 (patch) | |
tree | 76e42d6949502b8a22987d458d8dcc5f0ead6581 | |
parent | Configuration by default is read from default location instead of current folder (diff) | |
download | smolbote-d593a228bc8d20ec2f99784ceb6a4e53db469516.tar.xz |
Updated Contributing
-rw-r--r-- | BUILDING.md | 8 | ||||
-rw-r--r-- | CONTRIBUTING.md | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/BUILDING.md b/BUILDING.md index aa693dd..dabd1e8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -19,7 +19,8 @@ make ### Notes * Don't do any steps marked [TODO] * Windows: MSVC compiler is required because of QtWebEngine dependency -* Windows: Passing the -v or -h parameters creates a dialog box instead of writing the output to stdout. This is Qt behaviour. +* Windows: Passing the -v or -h parameters creates a dialog box instead of +writing the output to stdout. This is Qt behaviour. ## Deploying @@ -35,7 +36,8 @@ Signing a tarball: gpg -u $FINGERPRINT -b $FILENAME ``` -u, --local-user name -> Use name as the user ID to sign. This option is silently ignored for the list commands, so that it can be used in an options file. +> Use name as the user ID to sign. This option is silently ignored for the list +commands, so that it can be used in an options file. -b, --detach-sign > Make a detached signature. @@ -53,5 +55,5 @@ sha512sum --check checksum.sha512 ### Windows ``` -QT_DIR\QT_VERSION\msvc2015_64\windeployqt.exe build-PROFILE\release\qtbrowser.exe +QT_DIR\QT_VER\msvc2015_64\windeployqt.exe build-PROFILE\release\qtbrowser.exe ``` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09b059f..58ba086 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,17 @@ -## Folder structure +### 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 -## Code style -## Testing +### 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. |