Skip to content

Release 3.0.0 (Linux) for Qt 6.7.3: libQMapLibre.so requires wrong libicuuc version #261

@petricf

Description

@petricf

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:

  1. Unpack release 3.0.0 for Qt 6.7.3 (Linux platform)
  2. Compile widget example
  3. 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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions