[Development] Qt v6.6.0 and v6.6.1 from online installer differences?
Phil Thompson
phil at riverbankcomputing.com
Thu Nov 30 19:15:52 CET 2023
My binary built against Qt v6.6.0 from the online installer fails to run
against v6.6.1 from the same source. The problem is a missing symbol...
_ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate at Qt_6_PRIVATE_API
...which demangles to
QReadWriteLock::destroyRecursive(QReadWriteLockPrivate*)
I don't call that directly but I do call the QReadWriteLock dtor.
Recompiling my code against v6.6.1 solves the problem.
Was this intentional?
Thanks,
Phil
More information about the Development
mailing list