-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #510 from QuasarApp/v1.5
v1.5.0.21 alpha
- Loading branch information
Showing
12 changed files
with
123 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Environment variables of the CQtDeployer | ||
This page contains information about environment variables of the default launcher script. | ||
|
||
## Initialization | ||
All environment variables initialized in the default launcher script. So if you use the runScript option then you must be reunited all needed variables manually. | ||
|
||
|
||
## Variables list | ||
|
||
| Variable name | Description | | ||
|---|---| | ||
| CQT_PKG_ROOT | This variable contains path to root of the current package.| | ||
|
||
## Description of definitions | ||
|
||
**Root of the current package** - This root is local root for any separate packages. | ||
|
||
|
||
Example : | ||
``` bash | ||
. | ||
├── pakcage1 << This is local root of the package1 | ||
│ ├── bin | ||
│ ├── lib | ||
│ ├── plugins | ||
│ ├── qml | ||
│ └── translations | ||
├── package2 << This is local root of the package2 | ||
│ ├── bin | ||
│ ├── lib | ||
│ ├── plugins | ||
│ ├── qml | ||
│ └── translations | ||
└── pakcage3 << This is local root of the package3 | ||
├── bin | ||
├── lib | ||
├── plugins | ||
├── qml | ||
└── translations | ||
``` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Переменные окружения CQtDeployer | ||
Эта страница содержит информацию о переменных содержащихся в скрипте запуска по умолчанию. | ||
|
||
## Инициализация | ||
Все переменные окружения инициализируются в скрипте запуска по умолчанию. Поэтому, если вы используете опцию runScript, вам необходимо вручную воссоздать все необходимые переменные. | ||
|
||
|
||
## Список стандартных переменных | ||
|
||
| Имя переменной | Описание | | ||
| --- | --- | | ||
| CQT_PKG_ROOT | Эта переменная содержит путь к корню текущего пакета. | ||
|
||
|
||
## Описания определений | ||
|
||
**корень текущего пакета** - Этот корень является локальным корнем для любых отдельных пакетов. | ||
|
||
|
||
Пример : | ||
``` bash | ||
. | ||
├── pakcage1 << Это локальный корень пакета package1 | ||
│ ├── bin | ||
│ ├── lib | ||
│ ├── plugins | ||
│ ├── qml | ||
│ └── translations | ||
├── package2 << Это локальный корень пакета package2 | ||
│ ├── bin | ||
│ ├── lib | ||
│ ├── plugins | ||
│ ├── qml | ||
│ └── translations | ||
└── pakcage3 << Это локальный корень пакета package3 | ||
├── bin | ||
├── lib | ||
├── plugins | ||
├── qml | ||
└── translations | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters