aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/api.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-07-30 16:19:22 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-30 16:57:02 +0200
commit59aed7c423ab1ff8e19d34736619cb128cc8b49a (patch)
tree013307f4243703e342bc89fcdc62ad4647cd5a9f /tests/auto/api/api.qbs
parentc598241085cd191c3914a4b614f219e7a9a55bbf (diff)
Invalidate project after certain unsuccessful re-resolving attempts.
Namely, if the build data has been mangled by the re-resolving attempt. Change-Id: Ibe020a6bda38a335f95e2d2cef4f37fac3199a7d Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
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"] : [])