From 6d3f2e43171665e1fca6548f0e3226bc0847074a Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 9 Mar 2018 16:33:09 +0100 Subject: [PATCH] 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 --- qbs/modules/pluginjson/pluginjson.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/qbs/modules/pluginjson/pluginjson.qbs b/qbs/modules/pluginjson/pluginjson.qbs index 8cba1834370..f684dbccb4e 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