summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-17 11:26:03 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-20 16:51:10 +0200
commit13f04d84304fe7a7530fbd232f24fa3a3c0ef9fe (patch)
treec29791d38cf4c1379744128aec6b192cbd458aab /bin
parent29b437e42f43820f66dfb622ff8129d9f3231f0c (diff)
downloadqt-creator-13f04d84304fe7a7530fbd232f24fa3a3c0ef9fe.tar.gz
revamp build system
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.
Diffstat (limited to 'bin')
-rw-r--r--bin/bin.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/bin.pro b/bin/bin.pro
new file mode 100644
index 0000000000..f0352035b8
--- /dev/null
+++ b/bin/bin.pro
@@ -0,0 +1,16 @@
+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