forked from qt-creator/qt-creator
now bin and share are not pegged to linking the executable any more, but are proper subdirs targets of their own. unforturnately, qmake is a bit tenacious, so we hack around a bit. :) more or less in passing by, i removed some superfluous trailing slashes and added path normalization as well.
17 lines
277 B
INI
17 lines
277 B
INI
IDE_BUILD_TREE = $$OUT_PWD/..
|
|
|
|
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
|