probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

linunxdeply qt not copy mediaservice #590

Closed Smalldy closed 3 weeks ago

Smalldy commented 1 year ago

my command

linuxdeployqt ./myapp -aqqimage -extra-plugins=mediaservice 

I got the plugins dir , and some plugins in it, but not found the plugin dir mediaservice

what should I do?

probonopd commented 1 year ago

Can you please post a log of your command and the relevant lines of the output? Thanks.