You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
probonopd 637ff04fd2 Rename to linuxdeployqt 10 years ago
linuxdeployqt Rename to linuxdeployqt 10 years ago
shared Begin to adapt for Linux 10 years ago
.gitignore Initial commit 10 years ago
README.md Update README.md 10 years ago
linuxdeployqt.pro Rename to linuxdeployqt 10 years ago

README.md

linuxdeployqt

This is not working yet. Help is appreciated.

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
   -use-debug-libs    : Deploy with debug versions of frameworks and plugins (implies -no-strip)
   -executable=<path> : Let the given executable use the deployed frameworks 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
the application uses.