robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
172 stars 67 forks source link

Remove qt5 dependency #1066

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

qt5 is not used anymore in the repo, so we can remove it from the optional dependencies, otherwise it can be confusing (see https://github.com/microsoft/vcpkg/pull/30810#discussion_r1167433353).

davidegorbani commented 1 year ago

It is fine to me

GiulioRomualdi commented 1 year ago

It's always great when we remove a dependency 🎉

traversaro commented 1 year ago

Thanks!