Hello! My Qt is configured as -shared, but I want to use static plugins (qjpeg, particularly), but plugins in "shared" built of Qt are compiled without QT_STATICPLUGIN, so they miss qt_plugin_instance_qjpeg. So, is this possible to build Qt in "shared" mode, but with ability to use static plugins?