How to install a missing Qt module?

后端 未结 1 1619
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 17:19

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

Project ERROR:          


        
相关标签:
1条回答
  • 2020-12-06 17:43

    Can I just download and install the missing module or do I have to reinstall Qt with the missing module selected?

    You don't have to reinstall Qt. You can just use Qt Maintenance tool to to add components and to update or remove installed components.

    1. Launch Qt Maintenance Tool and choose Add or remove components.
    2. Add a tick to the Qt Charts component in your currently installed version of Qt.
    3. Click the update button and wait for the process to complete.
    0 讨论(0)
提交回复
热议问题