summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-27 13:05:20 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-27 13:16:52 +0100
commit6840d746b623d68dae07934619cdecca47127fb8 (patch)
tree52a822e31944504e557964aadf8648115cc958f8
parent426e1cadfef98338e1cd059580463de2cc9379be (diff)
Fix b4317667b9ec386148851dc229ac87a6b08ee370.
Seems to be a leftover. Fixes building installers on Windows. Change-Id: I515e8ced3f8669977f9edd892d7da0916e6249c9 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
-rw-r--r--installerbuilder/binarycreator/binarycreator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/installerbuilder/binarycreator/binarycreator.cpp b/installerbuilder/binarycreator/binarycreator.cpp
index d49777959..2a05d1e81 100644
--- a/installerbuilder/binarycreator/binarycreator.cpp
+++ b/installerbuilder/binarycreator/binarycreator.cpp
@@ -118,11 +118,6 @@ static int assemble(Input input, const QString &configdir)
Q_UNUSED (settings)
#endif
-#ifdef Q_OS_WIN
- if (input.outputPath.endsWith(QLatin1String(".exe")))
- input.outputPath.chop(4);
-#endif
-
#ifdef Q_WS_MAC
if (QFileInfo(input.installerExePath).isBundle()) {
const QString bundle = input.installerExePath;