X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=c4fac96d01db2bdc7c21e8bed2a4755aa8e649b1;hp=e3c14b4cdcd668b6ad8b99f7641846a02c0876f7;hb=018466d7ddd9c78f1e1efbafbb7be2f969e1bbd1;hpb=0dc42a34278c15a727455d94ea810fd76df14afd diff --git a/bin/blhc b/bin/blhc index e3c14b4..c4fac96 100755 --- a/bin/blhc +++ b/bin/blhc @@ -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;