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:
parent
7c9c791f79
commit
25a0ce8f03
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user