linuxdeployqt icon indicating copy to clipboard operation
linuxdeployqt copied to clipboard

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications

Results 133 linuxdeployqt issues
Sort by recently updated
recently updated
newest added

I have an `AppDir` stucture as per the README: ``` appdir/ └── usr ├── bin │   └── my_app └── share ├── applications │   └── my_app.desktop └── icons └── hicolor └──...

i'm currently poriting the appimage creation for scribus from qt5 to qt6 and the process was / is not trivial. one of the issue was that linuxdeployqt calls qmake but...

Here is the end of the output from a failing run of linuxdeployqt: ``` Log: copied: "/usr/lib/libzstd.so.1" Log: to "/home/jared/src/forks/gpt4all/gpt4all-chat/build/_CPack_Packages/Linux/IFW/gpt4all-installer-linux/packages/gpt4all/data/lib///libzstd.so.1" Log: dpkg not found, hence not deploying copyright files ERROR:...