add missing space in front of "directwrite" flag

Task-number: QTBUG-28917
Change-Id: I8b86b96a3fb6b65f71aea6954ba8dfa520f5d909
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2013-01-07 17:20:16 +01:00 committed by The Qt Project
parent 7c9c791f79
commit 25a0ce8f03

View File

@ -3042,7 +3042,7 @@ void Configure::generateQConfigPri()
configStream << " slog2";
if (dictionary["DIRECTWRITE"] == "yes")
configStream << "directwrite";
configStream << " directwrite";
// ### For compatibility only, should be removed later.
configStream << " qpa";