From f218b6f270b3fc889845f280061cf9c97edcd498 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 7 Apr 2021 13:09:51 +1000 Subject: [PATCH] ci: restore Qt5Svg Got "Cannot mix incompatible Qt library with this library" on some distros. Seeing if this is why. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d06bb21b..3bb501299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: # Process AppDir /usr/local/linuxdeployqt-x86_64.AppImage \ appdir/usr/share/applications/org.olivevideoeditor.Olive.desktop \ - -exclude-libs=libQt5Pdf.so,libQt5Qml.so,libQt5QmlModels.so,libQt5Quick.so,libQt5Svg.so,libQt5VirtualKeyboard.so \ + -exclude-libs=libQt5Pdf.so,libQt5Qml.so,libQt5QmlModels.so,libQt5Quick.so,libQt5VirtualKeyboard.so \ -bundle-non-qt-libs \ -executable=appdir/usr/bin/crashpad_handler \ -executable=appdir/usr/bin/minidump_stackwalk \