aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-07-30 17:57:38 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-07-31 08:13:40 +0000
commitc24320123b2abd74657d33ce58c099f46f21c50e (patch)
treee4eb56d9adadb449781cab57c4f90c066d67ac85 /tests
parent21fbf36a5d71ecc36cdd0c89b1ab358e34171760 (diff)
qbs build: Fix spurious re-resolving
The pluginjson module records the VCS state by default, which means qbs re-resolved the project after every git action. Prevent that. Change-Id: I24cf1d658ba847b327be018749806856a6e7da1b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/unittest/unittest.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/unittest/unittest.qbs b/tests/unit/unittest/unittest.qbs
index de84177ba1..43cfc86eed 100644
--- a/tests/unit/unittest/unittest.qbs
+++ b/tests/unit/unittest/unittest.qbs
@@ -27,6 +27,7 @@ CppApplication {
Depends { name: "gtest"; required: false }
Depends { name: "gmock"; required: false }
+ pluginjson.useVcsData: false
sqlite_sources.buildSharedLib: false
cpp.defines: {