forked from qt-creator/qt-creator
Define variables in qtcreator.pri for the various install locations, instead of hardcoding the paths everywhere where they are needed. Change-Id: Ia34de711a7f2be317272ede023e2a8b9cdcc30fe Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
20 lines
361 B
INI
20 lines
361 B
INI
TEMPLATE = app
|
|
TARGET = qtcreator.sh
|
|
|
|
include(../qtcreator.pri)
|
|
|
|
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 = $$INSTALL_BIN_PATH
|
|
INSTALLS += target
|
|
|
|
DISTFILES = $$PWD/qtcreator.sh
|