diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-07-12 10:14:45 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-12 10:14:45 (GMT) |
commit | 156193223ee9d58da66817ae6ffc0174bdf34e5b (patch) | |
tree | 02e8278b41497767274b401d9d9b39fa049bc617 /tools/configure | |
parent | 46175e55c8d053b61a45aea89a3e1b8371207dee (diff) | |
download | Qt-156193223ee9d58da66817ae6ffc0174bdf34e5b.zip Qt-156193223ee9d58da66817ae6ffc0174bdf34e5b.tar.gz Qt-156193223ee9d58da66817ae6ffc0174bdf34e5b.tar.bz2 |
fix indentation
Merge-request: 740
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 952d4e0..0c450f0 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -2439,7 +2439,7 @@ void Configure::generateOutputVars() qmakeFormatPlugins += "gif"; if (dictionary[ "TIFF" ] == "no") - qtConfig += "no-tiff"; + qtConfig += "no-tiff"; else if (dictionary[ "TIFF" ] == "plugin") qmakeFormatPlugins += "tiff"; if (dictionary[ "LIBTIFF" ] == "system") |