summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-07-12 12:14:45 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2010-07-16 18:02:21 +1000
commitcd2f294b9817ce0462687d47e6dce7cab11c9b61 (patch)
treee81afc7f90639fa5e2e6e1a8af688318efa8cded /tools
parent6ebe3585f948468d997b5d083100c56aa706f27f (diff)
fix indentation
Merge-request: 740 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit 156193223ee9d58da66817ae6ffc0174bdf34e5b)
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 952d4e0ac7..0c450f056b 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")