X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=c4fac96d01db2bdc7c21e8bed2a4755aa8e649b1;hb=018466d7ddd9c78f1e1efbafbb7be2f969e1bbd1;hp=0c9360b360788163294b89e94b9832091c05b98c;hpb=80aa6479d0057222eadb9a01a6fde08f4a9f10c7;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index 0c9360b..c4fac96 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.12'; +our $VERSION = '0.13'; # CONSTANTS/VARIABLES @@ -1076,7 +1076,7 @@ foreach my $file (@ARGV) { # C++ files. No hardening flags are relevant during this step, # thus ignore `moc-qt*` lines. The resulting files will be # compiled in a separate step (and therefore checked). - next if $line =~ m{^\S+/bin/moc(?:-qt[45])? + next if $line =~ m{^\S+(?:/bin/moc(?:-qt[45])?|/lib/qt6/libexec/moc) \s.+\s -I\S+/mkspecs/[a-z]+-g\++(?:-64)? \s}x;