I've downloaded qwt-6.0.1 and then tried to install qwt . First i try to generate MakeFile :
qmake -spec macx-g++
this is ok. When i try to compile sources with make
i get after a while
/bin/sh: /Developer/Tools/Qt/moc: No such file or directory
make: *** [moc/moc_qwt_dyngrid_layout.cpp] Error 127
From last versions ,Xcode is installed in Applications folder not in Developer ,Apple deleted this folder it can not be founded. I think here is the issue, but i do not know how to configure this, to make compile process to be successful
Can someone provide a way to install qwt on Mac ?