3

I am trying to deploy a local app, but the when I tried to do the qmake in terminal under the app folder directory, it has the error

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

I have the qt chart installed in when I ran the QT installer, and I also have included

QT += charts

in the .pro file, I checked Project ERROR: Unknown module(s) in QT: charts and Project ERROR: Unknown module(s) in QT: multimedia but I don't know how to apply that in osx.

Thanks

seanh
  • 77
  • 4
  • 8

1 Answers1

2

This post solved it for me. Basically, open MaintenanceTool.app in your Qt install folder, go to the version of Qt you have installed, expand it, and select charts (and anything else you want installed, but don't have installed).

The AI Architect
  • 1,887
  • 2
  • 17
  • 24