Installer: Include "plugins/tls/schannelbackend.dll"

This commit is contained in:
Nodir Temirkhodjaev 2021-08-28 18:03:56 +03:00
parent d75e02d3fb
commit 01fcd6358d

View File

@ -20,7 +20,8 @@
}, },
"${TARGET}/plugins": { "${TARGET}/plugins": {
"common": [ "common": [
"${QTPATH}/plugins/platforms | qwindows.dll | *d.dll" "${QTPATH}/plugins/platforms | qwindows.dll | *d.dll",
"${QTPATH}/plugins/tls | schannelbackend.dll | *dd.dll"
] ]
} }
} }