I am using qt-creator 5.2 and installing qwt6.1.0 on mac os 10.9. I follow the manual and install qwt6.1.0. I use these cmd:
cd $QwtDir
qmake -spec macx-g++
make
sudo make install
sudo ln -s /usr/local/qwt-6.1.0/lib/qwt.framework/qwt /usr/lib/qwt
But when I compile the program, the following problem arises:
dyld: Library not loaded: qwt.framework/Versions/6/qwt
what should I do?
source
share