forked from pool/qt6-webengine
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
# using fdupes on include directories means looking for troubles
|
|
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 .*")
|