How to install the missing Qt module?

How can I install / add a missing Qt module on Mac OS? I have Qt Creator installed and working, but the new project gives the following error:

Project ERROR: Unknown module(s) in QT: charts

Is it possible to simply download and install the missing module, or do I need to reinstall Qt with the missing module? Thanks

+4
source share
1 answer

Is it possible to simply download and install the missing module, or do I need to reinstall Qt with the missing module?

You do not need to reinstall Qt. You can simply use the Qt Maintenance tool to add components and update or remove installed components.

  • Launch the Qt Maintenance Tool and select "Add or Remove Components." screenshot (1) screenshot (2)
  • Qt Charts Qt. screenshot (3)
  • . screenshot (4)
+4

Source: https://habr.com/ru/post/1658586/


All Articles