... | ... | @@ -40,11 +40,11 @@ make install |
|
|
```
|
|
|
|
|
|
> If you want to build only the command-line application for Linux then use the `datovka-cli.pro.noauto` as project file:
|
|
|
> ```shell
|
|
|
lrelease datovka.pro
|
|
|
qmake datovka-cli.pro.noauto
|
|
|
make
|
|
|
```
|
|
|
```shell
|
|
|
lrelease datovka.pro
|
|
|
qmake datovka-cli.pro.noauto
|
|
|
make
|
|
|
```
|
|
|
|
|
|
You may change the prefix by running:
|
|
|
``` shell
|
... | ... | |