summaryrefslogtreecommitdiff
path: root/tests/auto/api/api.qbs
diff options
context:
space:
mode:
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"] : [])