Files
qt-creator/bin/bin.pro
Oswald Buddenhagen 519e0a795d 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>
2011-09-13 18:16:49 +02:00

16 lines
272 B
INI

TEMPLATE = app
TARGET = qtcreator.sh
OBJECTS_DIR =
PRE_TARGETDEPS = $$PWD/qtcreator.sh
QMAKE_LINK = cp $$PWD/qtcreator.sh $@ && : IGNORE REST OF LINE:
QMAKE_STRIP =
QMAKE_CLEAN = qtcreator.sh
target.path = /bin
INSTALLS += target
OTHER_FILES = $$PWD/qtcreator.sh