linuxdeploy-plugin-qt
linuxdeploy-plugin-qt copied to clipboard
Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more.
Hello. I am new to using this project and overall it has made my job much easier, so I am very grateful for it! My project includes `QtHelp`, and I...
Follow-up from https://github.com/linuxdeploy/linuxdeploy-plugin-qt/issues/61#issuecomment-586592499.
https://github.com/linuxdeploy/linuxdeploy-plugin-qt/blob/master/src/deployment.h#L50 "Overwriting existing qt.conf file". You should not overwritting custom qt.conf. I have a specific configuration for my application (this is the point of qt.conf) that you remove to fit...
As I'm not a Qt expert, I'm not very much into platform themes. In my understanding, the platform themes would need to be bundled in order to be available. This...
For convenience and to keep required maintenance efforts low, we build on Travis CI on the latest supported Ubuntu LTS distro. Unfortunately, there's older distros which this distro (as of...
https://github.com/linuxdeploy/linuxdeploy-plugin-qt/blob/5d2191e43e40409244456605cfd42e5f029e5d38/src/main.cpp#L508-L512 Relying on the environment variable PATH to resolve the external tools paths is unsafe instead we should resolve them manually based on the `qmake` configuration.
Continuation of the discussion in https://github.com/AppImage/AppImageUpdate/issues/123. > Right now, AppImageUpdate won't run on a KDE Desktop that is configured to use Wayland (env var `QT_QPA_PLATFORM` set to `wayland`). > >...
Porting issue from https://github.com/AppImage/AppImageKit/issues/125.
The following libs are required (at least in my system) and not bundled by this plugin by the QtWebEngineApplication: - libnssckbi.so - libsoftokn3.so Including them manually in the AppDir solved...
Deploy `QtLocation` geoservices plugins which are currently missing.