ca806c6e68
Qt 6.5.1 OBS-URL: https://build.opensuse.org/request/show/1088916 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-base?expand=0&rev=52
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
# using fdupes on include directories means looking for troubles
|
|
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 .*")
|
|
|
|
# libQt6ExampleIcons.a only contains embedded icons, there's nothing to extract
|
|
addFilter("lto-no-text-in-archive .*libQt6ExampleIcons.a")
|