forked from qt-creator/qt-creator
same trick as in static.pro Change-Id: I1d3c30f8d03179fcff1fa463bf7f44af0290f4f0 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
17 lines
333 B
INI
17 lines
333 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 =
|
|
CONFIG -= qt separate_debug_info gdb_dwarf_index
|
|
|
|
QMAKE_CLEAN = qtcreator.sh
|
|
|
|
target.path = $$QTC_PREFIX/bin
|
|
INSTALLS += target
|
|
|
|
OTHER_FILES = $$PWD/qtcreator.sh
|