aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
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 /qtcreator.pro
parent29b437e42f43820f66dfb622ff8129d9f3231f0c (diff)
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 'qtcreator.pro')
-rw-r--r--qtcreator.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index d9d0eb46c0..b2d042cd1a 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -10,7 +10,8 @@ include(doc/doc.pri)
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = src
+SUBDIRS = src share
+unix:!macx:!equals(_PRO_FILE_PWD_, $$OUT_PWD):SUBDIRS += bin
# for Qt Creator translations
QTC_BUILD_ROOT = $$PWD