Skip to content

Only enable -bsymbolic-functions when Qt is built in a compatible way

With Qt6 that isn't always the case, for example in our Linux CI image. Using -bsymbolic-function on the final executable in that case can result in function pointer conntect or method/signal lookups to fail. This can be observed in various unit test failures on the CI right now.

Merge request reports