2011-08-18 13:03:12 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
|
TARGET = qtcreator.sh
|
|
|
|
|
OBJECTS_DIR =
|
|
|
|
|
|
|
|
|
|
PRE_TARGETDEPS = $$PWD/qtcreator.sh
|
|
|
|
|
|
|
|
|
|
QMAKE_LINK = cp $$PWD/qtcreator.sh $@ && : IGNORE REST OF LINE:
|
2011-09-13 16:26:07 +02:00
|
|
|
QMAKE_STRIP =
|
2013-02-28 12:25:00 +01:00
|
|
|
CONFIG -= qt separate_debug_info gdb_dwarf_index
|
2011-08-18 13:03:12 +02:00
|
|
|
|
|
|
|
|
QMAKE_CLEAN = qtcreator.sh
|
|
|
|
|
|
2012-09-03 18:24:02 +02:00
|
|
|
target.path = $$QTC_PREFIX/bin
|
2011-08-18 13:03:12 +02:00
|
|
|
INSTALLS += target
|
|
|
|
|
|
2014-09-12 14:34:28 +02:00
|
|
|
DISTFILES = $$PWD/qtcreator.sh
|