aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/process_stub.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-06 16:18:05 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-06 20:25:20 +0200
commite3885f280bc6b7d733cde47c490b275cac1ddcc4 (patch)
treea4b6fde559a879751331fa5dfdf700bead3db50c /src/libs/utils/process_stub.pro
parent97ffee6bdd8cc7cbb4eb709057a3973773222795 (diff)
use IDE_APP_PATH more, introduce IDE_LIBEXEC_PATH
IDE_LIBEXEC_PATH is still the bindir, so it's kinda fake. oh, well.
Diffstat (limited to 'src/libs/utils/process_stub.pro')
-rw-r--r--src/libs/utils/process_stub.pro8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/libs/utils/process_stub.pro b/src/libs/utils/process_stub.pro
index 33cb63aa16..f87c13631e 100644
--- a/src/libs/utils/process_stub.pro
+++ b/src/libs/utils/process_stub.pro
@@ -2,11 +2,7 @@ include(../../../qtcreator.pri)
TEMPLATE = app
TARGET = qtcreator_process_stub
-macx {
- DESTDIR = $$IDE_BUILD_TREE/bin/$${IDE_APP_TARGET}.app/Contents/Resources
-} else {
- DESTDIR = ../../../bin
-}
+DESTDIR = $$IDE_LIBEXEC_PATH
CONFIG += warn_on console use_c_linker
CONFIG -= qt app_bundle
@@ -23,5 +19,5 @@ unix {
LIBS += -lshell32
}
-target.path = /bin
+target.path = /bin # FIXME: libexec, more or less
INSTALLS += target