qt5base-lts/bin
Edward Welbourne cf0119bb69 syncqt.pl: fix a few misguided regexes to match .h file names
To match correctly (only) .h files, a regex needs to end in \.h$
Some of them missed the \, one missed the $.
(The last also had a legitimate .* before its misunescaped .)
One pair matched _p.h and _pch.h, which could be combined.

Change-Id: I7539a28eb7017cd0f1b36c72e05108e03a68a952
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-09-28 04:56:56 +00:00
..
fixqt4headers.pl fixqt4headers.pl: Improve detection of Qt 5 location. 2015-04-22 10:23:41 +00:00
syncqt.pl syncqt.pl: fix a few misguided regexes to match .h file names 2016-09-28 04:56:56 +00:00