aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/qbs.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-05-09 00:50:18 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-05-19 15:38:54 +0000
commit53b8fb9889a4aeb231642a6646bb8024744e03c7 (patch)
treed71870226b5c2d8f8d0555d6870dab1269fe4c72 /src/app/qbs/qbs.qbs
parent55169d88a36af5ecd2b1649e7f8b99e75632f598 (diff)
Add support for building internal executables (libexec) as part of Qbs.
This will be used by the upcoming Java output artifact scanner. Change-Id: I04dd36ee6a6a7913b604bdda73c14879b2854721 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/app/qbs/qbs.qbs')
-rw-r--r--src/app/qbs/qbs.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/qbs/qbs.qbs b/src/app/qbs/qbs.qbs
index 39a5559e6..e56e97960 100644
--- a/src/app/qbs/qbs.qbs
+++ b/src/app/qbs/qbs.qbs
@@ -7,6 +7,7 @@ QbsApp {
targetName: "qbs"
cpp.defines: base.concat([
'QBS_VERSION="' + QbsFunctions.qbsVersion() + '"',
+ 'QBS_RELATIVE_LIBEXEC_PATH="' + project.relativeLibexecPath + '"',
'QBS_RELATIVE_SEARCH_PATH="' + project.relativeSearchPath + '"',
'QBS_RELATIVE_PLUGINS_PATH="' + project.relativePluginsPath + '"'
])