Open mtal3t opened 4 years ago
copying the missing dll
s from the docker image to the app fixes the issue.
for anyone looking until this gets properly fixed!
docker run -v $PWD:/app -it therecipe/qt:windows_32_shared
then simply search for the missing dll
s, something like this in my case, did the trick
cp $(find / -name Qt5M*.dll) /app/deploy/windows
however after this the app silently crashes on my windows virtual machine, still trying to fix that :)
Hi,
is Multimedia support complete? i am trying to build an App that uses Qt Quick Multimedia for windows using Docker on a Linux host.
on a fresh install of the binding i ran :
qtdeploy -docker build windows_32_shared
it builds alright, but when running with wine i get the following output
also tried on a windows virtual machine, the app doesn't start.
i can build the same app for Linux just fine.
any pointers?
thanks in advance