Mike Ovchinnkov
Mike Ovchinnkov
I am trying to bundle Qt5 app which using GStreamer and its plugins. Running linuxdeployqt-5-x86_64.AppImage on Docker with Ubuntu 20.04 which uses Qt 5.12.8 and GStreamer 1.16.3 It bundles successfully,...
I've packed some application which uses Qt. There are some libraries which are still dynamic: ``` linux-vdso.so.1 (0xbef88000) libstdc++.so.6 => /lib/arm-linux-gnueabihf/libstdc++.so.6 (0xb6269000) libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0xb6240000) libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xb6142000)...
Calling of `$.lazyload.check()` or `$.lazyload.setInterval(100000000)` doesn't seem to has any effect. Whats the proper way to use that? I have ``` $('.lazyload-thumbnail').lazyload({ load: function(img) { console.log("loading") img.fadeOut(0, function() { img.fadeIn(1000);...
Before this commit CPack installs the files to default /usr/* directory and this caused problem with plugins searching