From 39e80ad1df41240ebd3715c7595a37543fb0c4cc Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 14 Sep 2016 15:36:59 +0200 Subject: [PATCH] -bundle-non-qt-libs [ci skip] --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 28668e3..24b257a 100644 --- a/README.md +++ b/README.md @@ -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= : Let the given executable use the deployed libraries too - -qmldir= : Scan for QML imports in the given path - -always-overwrite : Copy files even if the target file exists - -libpath= : 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= : Let the given executable use the deployed libraries too + -qmldir= : Scan for QML imports in the given path + -always-overwrite : Copy files even if the target file exists + -libpath= : 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