aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/protobuf/protobuf.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/protobuf/protobuf.js')
-rw-r--r--share/qbs/modules/protobuf/protobuf.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/protobuf/protobuf.js b/share/qbs/modules/protobuf/protobuf.js
index 999da6988..abc2c2c4d 100644
--- a/share/qbs/modules/protobuf/protobuf.js
+++ b/share/qbs/modules/protobuf/protobuf.js
@@ -86,6 +86,7 @@ function objcArtifact(outputDir, input, tags, suffix) {
filePath: FileInfo.joinPaths(
outputDir, toCamelCase(FileInfo.baseName(input.fileName)) + suffix),
cpp: {
+ automaticReferenceCounting: false,
includePaths: [].concat(input.cpp.includePaths, outputDir),
warningLevel: "none",
}