From 954e8fe2957713bb3c3429b73b41779edeb34ef9 Mon Sep 17 00:00:00 2001 From: Gurkengewuerz Date: Mon, 13 May 2019 21:01:24 +0200 Subject: [PATCH] added missing mediaservice plugin --- AppVeyor/make_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/AppVeyor/make_installer.sh b/AppVeyor/make_installer.sh index 55941d9..e34ad32 100644 --- a/AppVeyor/make_installer.sh +++ b/AppVeyor/make_installer.sh @@ -38,6 +38,7 @@ addFile /c/Qt/5.9/mingw53_32/bin/Qt5WinExtras.dll addFile /c/Qt/5.9/mingw53_32/bin/Qt5Multimedia.dll addFileIn /c/Qt/5.9/mingw53_32/plugins/platforms/qwindows.dll platforms +addFileIn /c/Qt/5.9/mingw53_32/plugins/mediaservice/dsengine.dll mediaservice addFile /c/Qt/5.9/mingw53_32/bin/LIBSTDC++-6.DLL addFile /c/Qt/5.9/mingw53_32/bin/LIBWINPTHREAD-1.DLL