aboutsummaryrefslogtreecommitdiffstats
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.qbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/api/api.qbs b/tests/auto/api/api.qbs
index 9d0e2c0b4..df42afc89 100644
--- a/tests/auto/api/api.qbs
+++ b/tests/auto/api/api.qbs
@@ -3,5 +3,7 @@ import "../autotest.qbs" as AutoTest
AutoTest {
testName: "api"
files: ["tst_api.h", "tst_api.cpp"]
- cpp.defines: base.concat(['SRCDIR="' + path + '"'])
+ cpp.defines: base
+ .concat(['SRCDIR="' + path + '"'])
+ .concat(project.enableProjectFileUpdates ? ["QBS_ENABLE_PROJECT_FILE_UPDATES"] : [])
}