QFontMetrics change, min now 5.11

Just a heads up, probably - the new use QFontMetrics::horizontalAdvance in qtUIManager means the minimum QT version is now 5.11.

I bumped into this and thought it was a good FYI…

-Aron

Was the find_package updated to mention this?

After a quick look, I don’t see the QT version mentioned in find_package - just required components. Seems like we need to add something?

Aron is right that we never not mention the Qt version in code base tough. CMB superbuild wiki is updated. Since we do find_package for Qt in several places such as smtk + almost all sessions, is there a centric way to do so?

We decided to do a QT version check and still allow 5.10:
https://gitlab.kitware.com/cmb/smtk/merge_requests/1773