Describe the bug
In release package 3.0.0 libQMapLibre.so.3.0.0 wants libicuuc.so.56 whereas Qt 6.7.3 provides libcuuc.so.74
To Reproduce
Steps to reproduce the behavior:
- Unpack release 3.0.0 for Qt 6.7.3 (Linux platform)
- Compile widget example
- Linkage error
Expected behavior
Link step successful
Platform information (please complete the following information):
- OS: Linux Mint 22.2
- Qt version 6.7.3
- Version 3.0.0
- Qt dev environment from qt.io
Additional context
Using QtCreator v 17.0.2
libicuuc.so.56 is correct for Qt 6.5.3, but Qt 6.7.3 switched to libicuuc.so.74.
libQMapLibreLocation.so correctly links to libicuuc.so.74
A ldd of libQMapLibre.so gives following output:
#>ldd libQMapLibre.so.3.0.0
...
libicuuc.so.56 => not found
...