aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/process_stub.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 /src/libs/utils/process_stub.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 'src/libs/utils/process_stub.pro')
-rw-r--r--src/libs/utils/process_stub.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/process_stub.pro b/src/libs/utils/process_stub.pro
index 996aecea91..8057f49b41 100644
--- a/src/libs/utils/process_stub.pro
+++ b/src/libs/utils/process_stub.pro
@@ -1,5 +1,5 @@
-IDE_BUILD_TREE=../../../
-include(../../qworkbench.pri)
+IDE_BUILD_TREE=../../..
+include(../../../qtcreator.pri)
TEMPLATE = app
TARGET = qtcreator_process_stub