summaryrefslogtreecommitdiffstats
path: root/bin/fixqt4headers
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-08-11 10:44:39 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-08-11 12:18:48 +0200
commit3c36a52e1b536d35a19f27ffde8a28e6f5da7659 (patch)
tree2c0f6dae9722398d2589c3ab1b17d60f4a0bb31a /bin/fixqt4headers
parent46c9f4c212e374f957942f1d16d66f20b0a2949a (diff)
include .cc and .CC in fix headers script
Change-Id: Ie8903d59013535e04537c1a5b50fa710a02cb8f0 Reviewed-on: http://codereview.qt.nokia.com/2849 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'bin/fixqt4headers')
-rwxr-xr-xbin/fixqt4headers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixqt4headers b/bin/fixqt4headers
index 0bb6add8f8..0e3d541d03 100755
--- a/bin/fixqt4headers
+++ b/bin/fixqt4headers
@@ -2,7 +2,7 @@
modules=`ls $QTDIR/include`
-files=`find * -name '*.h' -or -name '*.cpp' -or -name '*.C'`
+files=`find * -name '*.h' -or -name '*.cpp' -or -name '*.C' -or -name '*.cc' -or -name '*.CC'`
echo $files