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>
This commit is contained in:
parent
46c9f4c212
commit
3c36a52e1b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user