Files
hla_framework_bd/docs/user/gui.md
T
Benjamin Labrecque ce776c15f8
Build and Publish Site / docker (push) Successful in 3s
docs: gui startup script
2026-08-03 14:48:04 +02:00

24 lines
411 B
Markdown

# GUI
## Launch
```
cd <repo-root>
```
In `prod`:
```
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui
```
In `dev`:
```
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui dev
```
If you need to pass another macro variable in `dev`, you will need to set `AGEBD_ENV_SUFFIX` explicitely:
```
./bin/sls_hla_launch_gui.sh ./qt/A_BD_Tune.ui dev -macro "AGEBD_ENV_SUFFIX=-DEV, OTHER_ENV_VAR=HEYHEY"
```