2021-10-01 21:13:30 +00:00
|
|
|
# using fdupes on include directories means looking for troubles
|
2020-12-09 10:40:08 +00:00
|
|
|
addFilter("files-duplicated-waste .*")
|
|
|
|
addFilter("files-duplicate .*")
|
|
|
|
|
|
|
|
# library and development package names don't match
|
|
|
|
addFilter("no-dependency-on .*")
|
|
|
|
|
|
|
|
# Only libraries used at link time are guaranteed to work
|
|
|
|
addFilter("shlib-fixed-dependency .*")
|
2023-05-26 05:58:40 +00:00
|
|
|
|
|
|
|
# libQt6ExampleIcons.a only contains embedded icons, there's nothing to extract
|
|
|
|
addFilter("lto-no-text-in-archive .*libQt6ExampleIcons.a")
|