This commit is contained in:
Andrei Yankovich 2019-01-26 12:18:39 +03:00
parent 5cd777a27b
commit c345f10e59
2 changed files with 1 additions and 2 deletions

View File

@ -65,6 +65,7 @@ void DeployUtils::help() {
qInfo() << " | for example -libDir ~/myLib,~/newLibs ";
qInfo() << " -extraPlugin[list,params]: set additional path for extraPlugin of app";
qInfo() << " -recursiveDepth [params] : set Depth for recursive search of libs (default 0)";
qInfo() << " -targetDir [params] : set target Dir for binaryes (default is path of first target)";
qInfo() << " verbose : show debug log";

View File

@ -30,7 +30,6 @@ Key differences of this program:
| -ignore [list,params] | ignore filter for libs |
| | for example -ignore libicudata.so.56,libicudata2.so.56 |
| clear | delete all old deploy data |
| -runScript [params] | set new name of out file (AppRun.sh by default and) (linux omly)|
| | for example -runScript myApp.sh |
| allQmlDependes | This flag will force to extract all qml libraries. |
| | (not recommended, as it takes up a lot of memory) |
@ -88,7 +87,6 @@ Console QtDeployer является консольной реализацией
| -ignore [list,params] | Список библиотек для игнорирования |
| | Пример -ignore libicudata.so.56,libicudata2.so.56 |
| clear | удалит все старые файлы (с прошлого запуска) |
| -runScript [params] | установить новое имя результирующего файла (AppRun.sh по умолчанию) (только linux) |
| | пример -runScript myApp.sh |
| allQmlDependes | Этот флаг заставит извлекать все библиотеки qml. |
| | (не рекомендуется, так как занимает много памяти) |