aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bin.pro
blob: 5f17ff9fd58aef4d5d0bb2a0faad0c7c0f3a3f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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