Closed tsondergaard closed 1 month ago
You can always deploy plugins yourself if the default isn't enough. Deploying all of them may not be desirable as well.
Somewhat related: https://github.com/microsoft/vcpkg/pull/35931. It would deploy qminimal and qoffscreen along the Test lib.
@dg0yt, I've made a simple PR for this. I would appreciate it if you would have a look at it.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
On Windows qt5-qtbase only deploys the windows.dll platform plugin to the build folder. This is done by
vcpkg-ports/qt5-base/qtdeploy.ps1
. This is a problem as Qt supplies other platform plugins that consuming software may use. I need the offscreen.dll platform plugin as my project uses it to run GUI unit tests.vcpkg-ports/qt5-base/qtdeploy.ps1
only selectively deploys from theplatforms
plugins folder. All other Qt plugin types are deployed fully.Environment