|
|
@ -48,14 +48,15 @@ Open in Qt Creator and build your application. Run it from the command line and |
|
|
|
Usage: linuxdeployqt app-binary [options] |
|
|
|
|
|
|
|
Options: |
|
|
|
-verbose=<0-3> : 0 = no output, 1 = error/warning (default), 2 = normal, 3 = debug |
|
|
|
-no-plugins : Skip plugin deployment |
|
|
|
-appimage : Create an AppImage |
|
|
|
-no-strip : Don't run 'strip' on the binaries |
|
|
|
-executable=<path> : Let the given executable use the deployed libraries too |
|
|
|
-qmldir=<path> : Scan for QML imports in the given path |
|
|
|
-always-overwrite : Copy files even if the target file exists |
|
|
|
-libpath=<path> : Add the given path to the library search path |
|
|
|
-verbose=<0-3> : 0 = no output, 1 = error/warning (default), 2 = normal, 3 = debug |
|
|
|
-no-plugins : Skip plugin deployment |
|
|
|
-appimage : Create an AppImage |
|
|
|
-no-strip : Don't run 'strip' on the binaries |
|
|
|
-bundle-non-qt-libs : Also bundle non-core, non-Qt libraries |
|
|
|
-executable=<path> : Let the given executable use the deployed libraries too |
|
|
|
-qmldir=<path> : Scan for QML imports in the given path |
|
|
|
-always-overwrite : Copy files even if the target file exists |
|
|
|
-libpath=<path> : Add the given path to the library search path |
|
|
|
|
|
|
|
linuxdeployqt takes an application as input and makes it |
|
|
|
self-contained by copying in the Qt libraries and plugins that |
|
|
|