summaryrefslogtreecommitdiffstats
path: root/bin/patch_capabilities.pl
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-06-16 12:54:18 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-06-16 13:49:25 (GMT)
commit3addea6e74a1f02b6e0a416bdb98b06c00e98e62 (patch)
tree6b192b8af95d4bc6dfcfec082c0d7bfa37747e28 /bin/patch_capabilities.pl
parentd01b4d9f9ace7e815bd5881dcb6ab79bf2fdaba4 (diff)
downloadQt-3addea6e74a1f02b6e0a416bdb98b06c00e98e62.zip
Qt-3addea6e74a1f02b6e0a416bdb98b06c00e98e62.tar.gz
Qt-3addea6e74a1f02b6e0a416bdb98b06c00e98e62.tar.bz2
Provide 'make unsigned_sis' target for Symbian mkspecs
Rationale for this is that currently there is no simple way to create a sis package that can be properly signed via Symbian open signed mechanism, as 'make sis' will by default use self-signed certificates and automatically patch capabilities of binaries to remove non-self-signable ones. Task-number: QTBUG-11455 Reviewed-by: Janne Koskinen
Diffstat (limited to 'bin/patch_capabilities.pl')
-rwxr-xr-xbin/patch_capabilities.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/patch_capabilities.pl b/bin/patch_capabilities.pl
index 9741bc3..501939a 100755
--- a/bin/patch_capabilities.pl
+++ b/bin/patch_capabilities.pl
@@ -269,7 +269,8 @@ if (@ARGV)
}
print ("\n");
- print ("NOTE: A patched package should not be used for distribution!\n");
+ print ("NOTE: A patched package may not work as expected due to reduced capabilities.\n");
+ print (" Therefore it should not be used for any kind of Symbian signing or distribution!\n");
print ("\n");
}
}