summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2010-03-01 14:26:10 +0100
committerAndy Shaw <qt-info@nokia.com>2010-03-01 14:26:10 +0100
commit283b77b4e956540ac9370cd0e05f817b14a134d1 (patch)
tree6b0c29633d94678de1d34374415a5c63a6c04bcd /qmake
parentf3af7b746221cb44899f3e433659791f75255f21 (diff)
Readd a line that got removed by accident in previous change
A line got removed by accident in the change f3af7b746221cb44899f3e433659791f75255f21, this patch readds it back. Reviewed-by: TrustMe
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/win32/winmakefile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/win32/winmakefile.cpp b/qmake/generators/win32/winmakefile.cpp
index 0d03fa39e4..c36cc9cb0c 100644
--- a/qmake/generators/win32/winmakefile.cpp
+++ b/qmake/generators/win32/winmakefile.cpp
@@ -154,6 +154,7 @@ Win32MakefileGenerator::findLibraries(const QString &where)
out.prepend(QLatin1Char('\"'));
out.append(QLatin1Char('\"'));
}
+ break;
}
}
}