mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-02 20:49:35 +00:00
Update README.md
added examples for README
This commit is contained in:
parent
5c10407ca3
commit
a1d1a42771
96
README.md
96
README.md
@ -15,10 +15,50 @@ Key differences of this program:
|
||||
* Crossdeploy: this application's support windows and linux distrebutives, This means that you can use it not only to deploy a project for your platform, but also to deploy a project on Linux for Windows and vice versa.
|
||||
* Fast create installers : Upon completion of the deployment, you will receive a self-contained installer of your distribution.
|
||||
|
||||
## screenshots
|
||||

|
||||

|
||||

|
||||
## Examples
|
||||
#### Project structure after deploy:
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Guitar
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Guitar.exe -qmake /path/to/qmake.exe
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/81007195-7ab2e780-8e59-11ea-9793-1eeeb0025b96.png" height="400">
|
||||
|
||||
#### Project installer after deploy with the qif option.
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Application qif
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/78639719-197a1180-78b7-11ea-9e82-a03dd43f4bd2.png" height="400">
|
||||
|
||||
#### Project installer after deploy with the qif and qifStyle option.
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Application qif -qifStyle quasar
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle quasar
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/78639720-1aab3e80-78b7-11ea-9604-3dcdd7c78482.png" height="400">
|
||||
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Application qif -qifStyle quasar
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle path/to/myStyle.css
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/78639716-17b04e00-78b7-11ea-9002-a8b45a43807f.png" height="400">
|
||||
|
||||
|
||||
## Supported platforms:
|
||||
* <img src="https://user-images.githubusercontent.com/12465465/67766480-929b5000-fa5f-11e9-8ae7-377d9ddb7c65.png" height="100">
|
||||
@ -102,10 +142,50 @@ If you want to support the project,you can donate into our bitcoin wallet.
|
||||
* Crossdeploy: приложение поддерживает Windows и дистрибутивы Linux, это означает, что вы можете использовать его не только для развертывания проекта для вашей платформы, но и для развертывания проекта в Linux для Windows и наоборот.
|
||||
* Быстрое создание установщиков. По завершении развертывания вы получите автономный установщик вашего дистрибутива.
|
||||
|
||||
## Скриншоты
|
||||

|
||||

|
||||

|
||||
## Примеры
|
||||
#### Стуктура проекта после развертывания:
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Guitar
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Guitar.exe -qmake /path/to/qmake.exe
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/81007195-7ab2e780-8e59-11ea-9793-1eeeb0025b96.png" height="400">
|
||||
|
||||
#### Установщик проекта после использования опции qif.
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Application qif
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/78639719-197a1180-78b7-11ea-9e82-a03dd43f4bd2.png" height="400">
|
||||
|
||||
#### Установщик проекта после использования опции qif c пользовательским стилем.
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Application qif -qifStyle quasar
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle quasar
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/78639720-1aab3e80-78b7-11ea-9604-3dcdd7c78482.png" height="400">
|
||||
|
||||
``` bash
|
||||
#linux
|
||||
cqtdeployer -bin Application qif -qifStyle quasar
|
||||
|
||||
#windows
|
||||
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle path/to/myStyle.css
|
||||
|
||||
```
|
||||
<img src="https://user-images.githubusercontent.com/12465465/78639716-17b04e00-78b7-11ea-9002-a8b45a43807f.png" height="400">
|
||||
|
||||
|
||||
|
||||
## Поддерживаемые платформы:
|
||||
|
Loading…
x
Reference in New Issue
Block a user