deployment failed in osx
Unsolved
Installation and Deployment
-
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 errorProject 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've also tried to uninstalled and delete the folder ~/.config/QtProject/ for a fresh install. but same issue remain. Thanks for helping.
-
Check what qmake you are running. Is it the one you installed?
which qmake # Then qmake -version