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