Crypto plugins and windeployqt
Solved
Qt Creator and other tools
-
Hi
We are using windeployqt to deploy our Qt application for Windows builds. We now started using QCA and we need to deploy the crypto directory under plugins with the crypto plugin DLLs. Is there a way to get windeployqt to deploy the crypto directory with its plugins?
-
Hi,
You will likely have to build your own version of windeployqt (no need to build all of Qt for that, just this application).
-
@SGaist Thanks, I was starting to think in that direction. We already have build scripts that use Depends to build a list of dependencies, so I guess this is just more of this. I was just hoping the deploy tool was capable of doing it and I was missing a trick.
-
It's a third party module so it does not know anything about it currently.
-
This post is deleted!
-
This post is deleted!
-
This post is deleted!