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