As a commercial customer, you can ask the Qt Company / Digia and get professional support.
Here is what I think:
You need a static build of Qt itself
Configure your build chain (Kit) so that this static build is used
Then use both CONFIG += static and CONFIG += staticlib
Compile
It may work, although I’m not sure about the platform plugin
↧