]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-appimage: Include all relevant Qt5 plugins.
authorUwe Hermann <redacted>
Sun, 19 Mar 2017 20:09:29 +0000 (21:09 +0100)
committerUwe Hermann <redacted>
Sun, 19 Mar 2017 20:16:47 +0000 (21:16 +0100)
cross-compile/appimage/sigrok-native-appimage

index 2815b2c04992e7ab4d1d08e398e98f54693c46d2..f1d74c8cc4b606122371af410062e4f87aa8b7a4 100755 (executable)
@@ -68,6 +68,16 @@ cp $STATIC_FILES/sigrok-logo-notext.png .
 
 copy_deps
 
+# Get all Qt5 plugins (won't be copied automatically).
+QT5PLUGINS=/usr/lib/x86_64-linux-gnu/qt5/plugins # Host (+ AppRun) path.
+mkdir -p .$QT5PLUGINS
+cp -r $QT5PLUGINS/accessible .$QT5PLUGINS
+cp -r $QT5PLUGINS/generic .$QT5PLUGINS
+cp -r $QT5PLUGINS/iconengines .$QT5PLUGINS
+cp -r $QT5PLUGINS/imageformats .$QT5PLUGINS
+cp -r $QT5PLUGINS/platforminputcontexts .$QT5PLUGINS
+cp -r $QT5PLUGINS/platforms .$QT5PLUGINS
+
 ########################################################################
 # Delete stuff that should not go into the AppImage
 ########################################################################