aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/process_stub.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-03 15:39:49 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-09 09:08:01 +0000
commit6d5a5aff9462b4253047f0ed2707ffa2e3497a19 (patch)
tree8098bf6e2532402e536ff7f4da653a2f9ba13803 /src/libs/utils/process_stub.pro
parentbc6b81fb50045bcfd6f789e7a4998ea682220b7a (diff)
Use a proper libexec path for Unix builds.
Change-Id: I036c806af47f07e60408a90d3a4e181a6773f866 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/process_stub.pro')
-rw-r--r--src/libs/utils/process_stub.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/process_stub.pro b/src/libs/utils/process_stub.pro
index a3eea0f131..c261577fd2 100644
--- a/src/libs/utils/process_stub.pro
+++ b/src/libs/utils/process_stub.pro
@@ -20,5 +20,5 @@ unix {
LIBS += -lshell32
}
-target.path = $$QTC_PREFIX/bin # FIXME: libexec, more or less
+target.path = $$QTC_PREFIX/$$relative_path($$IDE_LIBEXEC_PATH, $$IDE_BUILD_TREE)
INSTALLS += target