aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-03-09 16:33:09 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-03-12 09:32:43 +0000
commit6d3f2e43171665e1fca6548f0e3226bc0847074a (patch)
tree075ca242d08fdca294a93dc63e82c923e4069c0a /qbs
parent64fe131c142377821a1e38671e5684946616a33f (diff)
qbs build: Suppress vcs header file creation
The repository state is only used on the project file level at the moment. Change-Id: I8f6ff587785d4fbc5586836a31c256a2e114cdb6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/pluginjson/pluginjson.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/modules/pluginjson/pluginjson.qbs b/qbs/modules/pluginjson/pluginjson.qbs
index 8cba183437..f684dbccb4 100644
--- a/qbs/modules/pluginjson/pluginjson.qbs
+++ b/qbs/modules/pluginjson/pluginjson.qbs
@@ -13,6 +13,7 @@ Module {
Depends { name: "vcs"; condition: hasVcs }
Properties {
condition: hasVcs
+ vcs.headerFileName: undefined
vcs.repoDir: {
// TODO: Could something like this be incorporated into the vcs module?
// Currently, the default repo dir is project.sourceDirectory, which