diff options
author | axis <qt-info@nokia.com> | 2010-03-01 09:53:28 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-03-01 09:53:28 (GMT) |
commit | 4be1e01c6faebe11bfe205c1b910049747b5c335 (patch) | |
tree | 26ed44ce4d9fc39a02f4f9970d11a73432f2154d /bin/patch_capabilities | |
parent | 555ca584a791b9d3eacaf3d1a97bb1bc8517696f (diff) | |
download | Qt-4be1e01c6faebe11bfe205c1b910049747b5c335.zip Qt-4be1e01c6faebe11bfe205c1b910049747b5c335.tar.gz Qt-4be1e01c6faebe11bfe205c1b910049747b5c335.tar.bz2 |
Added wrapper for patch_capabilities on non-Windows platforms.
Diffstat (limited to 'bin/patch_capabilities')
-rwxr-xr-x | bin/patch_capabilities | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/patch_capabilities b/bin/patch_capabilities new file mode 100755 index 0000000..0d89622 --- /dev/null +++ b/bin/patch_capabilities @@ -0,0 +1,3 @@ +#!/bin/sh +scriptpath=`dirname $0` +perl $scriptpath/patch_capabilities.pl "$@" |