diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-10-27 21:09:25 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-10-27 21:09:25 (GMT) |
commit | 77819edac505823226c40033e76d2dda0e8b363a (patch) | |
tree | b7e7f031a91cebab1b8b1e68c1e81f15338cac18 /bin | |
parent | d67626bcfa000b8a1102768cdf4b69b8b8537a97 (diff) | |
parent | 1aba4fde2e407764cafe39520cc52dc9a3b8dd31 (diff) | |
download | Qt-77819edac505823226c40033e76d2dda0e8b363a.zip Qt-77819edac505823226c40033e76d2dda0e8b363a.tar.gz Qt-77819edac505823226c40033e76d2dda0e8b363a.tar.bz2 |
Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration into master-integration
* 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration:
Fix bug in QML debug client installation
Doc clarification for Loader.
Phonon MMF backend: set _q_DummyWindowSurface property on VideoWidget
Create dummy window surface if if _q_DummyWindowSurface property is set
Remove widget subtree from backing store tracker when reparented
Suppress call to controlVisibilityChanged for null control pointer
Set the location of the closing brace.
Fix patch_capabilities.pl script for explicit set of capabilities
Fix empty mifconv TARGETFILE in some edge cases.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/patch_capabilities.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/patch_capabilities.pl b/bin/patch_capabilities.pl index 06ab116..5230480 100755 --- a/bin/patch_capabilities.pl +++ b/bin/patch_capabilities.pl @@ -269,6 +269,9 @@ if (@ARGV) if (@capabilitiesSpecified) { $commandToExecute = sprintf($baseCommandToExecute, join(" ", @capabilitiesSpecified)); + $executeNeeded = 1; + my $capString = join(" ", @capabilitiesSpecified); + print ("Patching: Patching the the Vendor ID to 0 and the capabilities used to: \"$capString\" in \"$binaryBaseName\".\n"); } else { # Test which capabilities are present and then restrict them to the allowed set. # This avoid raising the capabilities of apps that already have none. |