summaryrefslogtreecommitdiff
path: root/tests/auto/api/api.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 /tests/auto/api/api.qbs
parent55169d88a36af5ecd2b1649e7f8b99e75632f598 (diff)
downloadqbs-53b8fb9889a4aeb231642a6646bb8024744e03c7.tar.gz
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 'tests/auto/api/api.qbs')
-rw-r--r--tests/auto/api/api.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/api.qbs b/tests/auto/api/api.qbs
index bcf1cbd53..68cfd35a9 100644
--- a/tests/auto/api/api.qbs
+++ b/tests/auto/api/api.qbs
@@ -5,6 +5,7 @@ QbsAutotest {
files: ["../shared.h", "tst_api.h", "tst_api.cpp"]
cpp.defines: base.concat([
'SRCDIR="' + path + '"',
+ 'QBS_RELATIVE_LIBEXEC_PATH="' + project.relativeLibexecPath + '"',
'QBS_RELATIVE_SEARCH_PATH="' + project.relativeSearchPath + '"',
'QBS_RELATIVE_PLUGINS_PATH="' + project.relativePluginsPath + '"'
]).concat(project.enableProjectFileUpdates ? ["QBS_ENABLE_PROJECT_FILE_UPDATES"] : [])