diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-09-13 16:26:07 +0200 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-09-13 18:16:49 +0200 |
commit | 519e0a795df4a5123974f42a768dd5f7d36c91b0 (patch) | |
tree | ca00c338e970eeb6e47247ef0dc08b67bf98f052 /bin | |
parent | b79fa21d1d00baf79c05229df268370f2e67c423 (diff) | |
download | qt-creator-519e0a795df4a5123974f42a768dd5f7d36c91b0.tar.gz |
don't try to strip the wrapper script
yet another hack
Change-Id: Ic041e8bdfb7331d6934620c8fbb91435f3495ba7
Reviewed-on: http://codereview.qt-project.org/4790
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/bin.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bin.pro b/bin/bin.pro index 14bbb6b36e..523cc50bd1 100644 --- a/bin/bin.pro +++ b/bin/bin.pro @@ -5,6 +5,7 @@ OBJECTS_DIR = PRE_TARGETDEPS = $$PWD/qtcreator.sh QMAKE_LINK = cp $$PWD/qtcreator.sh $@ && : IGNORE REST OF LINE: +QMAKE_STRIP = QMAKE_CLEAN = qtcreator.sh |