Schannel: enable QStringBuilder

Apparently it is not enabled since the TLS backends became plugins,
which is unfortunate I wrote code in here that assumed it was.

Change-Id: I765435ce7d2c6fafa452d0453c705c27ff477be6
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Mårten Nordheim 2023-06-12 17:00:11 +02:00
parent 5c14fb274a
commit fa256b242c

View File

@ -31,4 +31,5 @@ qt_internal_add_plugin(QSchannelBackendPlugin
ncrypt ncrypt
DEFINES DEFINES
QT_NO_CAST_FROM_ASCII QT_NO_CAST_FROM_ASCII
QT_USE_QSTRINGBUILDER
) )