Add directwrite support to the configure script
authorErik van Pienbroek <epienbro@fedoraproject.org>
Mon, 10 Dec 2012 20:34:48 +0000 (21:34 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 12 Dec 2012 14:23:41 +0000 (15:23 +0100)
commit40fb2ea92a906b2c295d978555b25ea2794d4306
treed9e85809fcd65aca9abd99acde490712c4abf75b
parent1ef0470a5c67c76fba1b7ffb21dfd89f3f07dae3
Add directwrite support to the configure script

The configure.exe already supported the -directwrite flag for some time.
This commit adds this flag to the configure script as well so
environments which use MinGW as cross-compiler can now also
optionally enable DirectWrite support.

The original configure.exe pieces were added in commit
c0fed43b04dec8bd549043d3ea5e28908128082c of the Qt4 repository.
The directwrite argument which this commit adds to the configure
script and the behaviour of it should be exactly the same as the
current configure.exe.

To get Qt built with DirectWrite support using the MinGW-w64 toolchain
at least mingw-w64 trunk revision 5451 (Nov 10 2012) is needed

Change-Id: I519718068cf5732c7ebcbf0a0fafb6b747db0bcf
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
configure