Re: [Development] Linker script / symbols versions for private entries in Qt 6, regression from Qt 5?

2022-04-18 Thread Thiago Macieira
On Monday, 18 April 2022 16:37:00 PDT Kevin Kofler via Development wrote: > Lisandro Damián Nicanor Pérez Meyer wrote: > > Sorry, that should have been > > > > _ZN10QTableViewC2ER17QTableViewPrivateP7QWidget@Qt_6_PRIVATE_API That's what I have here: $ eu-readelf --dyn-syms lib/libQt6Widgets.t.so

Re: [Development] Linker script / symbols versions for private entries in Qt 6, regression from Qt 5?

2022-04-18 Thread Kevin Kofler via Development
Lisandro Damián Nicanor Pérez Meyer wrote: > Sorry, that should have been > > _ZN10QTableViewC2ER17QTableViewPrivateP7QWidget@Qt_6_PRIVATE_API That should really be _ZN10QTableViewC2ER17QTableViewPrivateP7QWidget@Qt_6.3.0_PRIVATE_API (or whatever exact version you are building), as in the openSU

Re: [Development] Linker script / symbols versions for private entries in Qt 6, regression from Qt 5?

2022-04-18 Thread Lisandro Damián Nicanor Pérez Meyer
On Mon, 18 Apr 2022 at 19:41, Lisandro Damián Nicanor Pérez Meyer wrote: > > While reviewing a Qt 6 build I found out that it seems that Qt 6 is > not adding the right [symbols versioning] to the private symbols as Qt > 5 used to do... or maybe I'm missing something? > > [symbols versioning] >

[Development] Linker script / symbols versions for private entries in Qt 6, regression from Qt 5?

2022-04-18 Thread Lisandro Damián Nicanor Pérez Meyer
While reviewing a Qt 6 build I found out that it seems that Qt 6 is not adding the right [symbols versioning] to the private symbols as Qt 5 used to do... or maybe I'm missing something? [symbols versioning]