mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
16 lines
447 B
Markdown
16 lines
447 B
Markdown
|
## Tools
|
||
|
|
||
|
This folder contains serveral python tools to help with development:
|
||
|
#### setup.py
|
||
|
- Installs third party dependencies for all platforms
|
||
|
#### build.py
|
||
|
- Build ScreenPlay locally
|
||
|
#### clang_format.py
|
||
|
- Invokers clang-format for all .cpp and .h files
|
||
|
#### qdoc.py
|
||
|
- Builds documentation for all projects into Docs/html
|
||
|
#### download_ffmpeg.py
|
||
|
- Donwload ffmpeg for macos only for now
|
||
|
#### qml_format.py
|
||
|
- Calls qmlformat for all qml files
|