summaryrefslogtreecommitdiff
path: root/share/qbs/modules/codesign/signtool.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/codesign/signtool.qbs')
-rw-r--r--share/qbs/modules/codesign/signtool.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/qbs/modules/codesign/signtool.qbs b/share/qbs/modules/codesign/signtool.qbs
index 02a2c978e..d0dda3a31 100644
--- a/share/qbs/modules/codesign/signtool.qbs
+++ b/share/qbs/modules/codesign/signtool.qbs
@@ -70,6 +70,13 @@ CodeSignModule {
allowedValues: ["sha1", "sha256", "sha384", "sha512"]
}
+ property string timestampAlgorithm
+ PropertyOptions {
+ name: "timestampAlgorithm"
+ description: "Name of the timestamp algorithm."
+ allowedValues: ["sha1", "sha256"]
+ }
+
property path certificatePath
PropertyOptions {
name: "certificatePath"