diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-05-19 14:37:02 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-05-19 14:37:10 (GMT) |
commit | 219a7248733a8f9dce8674aab405e5223693f0a2 (patch) | |
tree | 8da5dc3c1216b797d4326b07189190fdbb2c4fe9 /configure | |
parent | 14ddb8172cce8c90f01436ab8215cc8ed594e251 (diff) | |
download | Qt-219a7248733a8f9dce8674aab405e5223693f0a2.zip Qt-219a7248733a8f9dce8674aab405e5223693f0a2.tar.gz Qt-219a7248733a8f9dce8674aab405e5223693f0a2.tar.bz2 |
Freetype is not used on symbian, don't use it.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4677,6 +4677,7 @@ fi case "$XPLATFORM" in *symbian*) QMakeVar set styles "windows s60" #overwrite previous default + CFG_LIBFREETYPE=no if test -z "$EPOCROOT"; then echo "Please export EPOCROOT. It should point to the sdk install dir" |