summaryrefslogtreecommitdiff
path: root/bin/bin.pro
blob: 959be0aedc82e22fc015b7020d2f48ec84501aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(../qtcreator.pri)

TEMPLATE = app
TARGET = $$IDE_APP_WRAPPER
OBJECTS_DIR =

PRE_TARGETDEPS = $$PWD/qtcreator

QMAKE_LINK = cp $$PWD/qtcreator $@ && : IGNORE REST

QMAKE_CLEAN = $$IDE_APP_WRAPPER

target.path  = /bin
INSTALLS    += target