fixqt4headers.pl: Add --strip-module option.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Tue, 22 Nov 2011 11:20:04 +0000 (12:20 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 Nov 2011 14:16:54 +0000 (15:16 +0100)
commitbb4dbafbb1f4ad13eb1c4f6a798051310c4d2208
treeead2f94151c0ede1a92ea24a8c2e3a45749b41cb
parent52ef2ee57fd75640aebdb7578aefb5303547dcc7
fixqt4headers.pl: Add --strip-module option.

- Add --strip-module option to strip the module name for portable
  code
- Use GetOpt::Long
- Streamline, remove need for rewinding the file
- Streamline output, just report affected classes and introduce
  --verbose for normal operation.

Change-Id: I8643a5f53d4ed8ce2ae44721164cbdba1aad8b46
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
bin/fixqt4headers.pl