aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-05-19 00:54:42 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2019-05-20 16:01:29 +0000
commit2ad4ac1b99a17ab9dabd3a29b81f39f3325dd965 (patch)
tree13668860c0cfb36f6e1512932cd59cb75410c19b /share/qbs/modules
parentb26d45671efe2ac7ad6e0fc5a1e372caf82f8bc9 (diff)
Remove unused property in protobufbase
Change-Id: I52239c01a0e6dff3c22353c3ec4b354fd73a7662 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules')
-rw-r--r--share/qbs/modules/protobuf/protobufbase.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qbs/modules/protobuf/protobufbase.qbs b/share/qbs/modules/protobuf/protobufbase.qbs
index 1c2e68800..ec13eb3b5 100644
--- a/share/qbs/modules/protobuf/protobufbase.qbs
+++ b/share/qbs/modules/protobuf/protobufbase.qbs
@@ -9,7 +9,6 @@ Module {
property pathList importPaths: []
property string outputDir: product.buildDirectory + "/protobuf"
- readonly property string protobufRoot: FileInfo.path(FileInfo.path(protocBinary))
readonly property var baseValidate: {
return function() {