[Development] Qt binaries with inlined functions

Allan Sandfeld Jensen kde at carewolf.com
Tue Apr 29 13:17:13 CEST 2014


On Tuesday 29 April 2014, Dimitar Dobrev wrote:
>     I don't need invisible inlines either but some of them - such as
> QModelIndex::row() - are visible. Is there any way to emit just the
> visible inlines?
> 
Shouldn't be needed they are emitted by default. Only static inlines are 
omitted from the final binary. Note that you need to mark the methods exported 
due to -fvisibility-inlines-hidden (or remove that flag from your build).

Regards
`Allan



More information about the Development mailing list