forked from qt-creator/qt-creator
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
17 lines
331 B
INI
17 lines
331 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
|
|
|
|
DISTFILES = $$PWD/qtcreator.sh
|