Finding Qt6Widgets is supposed to also bring in the dependencies (Qt6Gui and Qt6Core) but maybe you need to add those. Those errors look like there is a low level Qt library that is not being linked in. Maybe try putting ${QWT} at the beginning of the link libraries list, followed by Charts, Widgets, Gui, and Core. I think that is the correct dependency order.
Bookmarks