linuxdeployqt-help 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. linuxdeployqt (commit 5fa79fa), build 36 built on 2022-08-21 12:36:03 UTC
  2. WARNING: Not checking glibc on the host system.
  3. The resulting AppDir or AppImage may not run on older systems.
  4. This mode is unsupported and discouraged.
  5. For more information, please see
  6. https://github.com/probonopd/linuxdeployqt/issues/340
  7. Usage: linuxdeployqt <app-binary|desktop file> [options]
  8. Options:
  9. -always-overwrite : Copy files even if the target file exists.
  10. -appimage : Create an AppImage (implies -bundle-non-qt-libs).
  11. -bundle-non-qt-libs : Also bundle non-core, non-Qt libraries.
  12. -exclude-libs=<list> : List of libraries which should be excluded,
  13. separated by comma.
  14. -ignore-glob=<glob> : Glob pattern relative to appdir to ignore when
  15. searching for libraries.
  16. -executable=<path> : Let the given executable use the deployed libraries
  17. too
  18. -extra-plugins=<list> : List of extra plugins which should be deployed,
  19. separated by comma.
  20. -no-copy-copyright-files : Skip deployment of copyright files.
  21. -no-plugins : Skip plugin deployment.
  22. -no-strip : Don't run 'strip' on the binaries.
  23. -no-translations : Skip deployment of translations.
  24. -qmake=<path> : The qmake executable to use.
  25. -qmldir=<path> : Scan for QML imports in the given path.
  26. -qmlimport=<path> : Add the given path to QML module search locations.
  27. -show-exclude-libs : Print exclude libraries list.
  28. -verbose=<0-3> : 0 = no output, 1 = error/warning (default),
  29. 2 = normal, 3 = debug.
  30. -updateinformation=<update string> : Embed update information STRING; if zsyncmake is installed, generate zsync file
  31. -qtlibinfix=<infix> : Adapt the .so search if your Qt distribution has infix.
  32. -version : Print version statement and exit.
  33. linuxdeployqt takes an application as input and makes it
  34. self-contained by copying in the Qt libraries and plugins that
  35. the application uses.
  36. By default it deploys the Qt instance that qmake on the $PATH points to.
  37. The '-qmake' option can be used to point to the qmake executable
  38. to be used instead.
  39. Plugins related to a Qt library are copied in with the library.
  40. See the "Deploying Applications on Linux" topic in the
  41. documentation for more information about deployment on Linux.
  42. zinface@zinface-PC:/tmp/tmp.5gmZKUqn9s$