Hello everyone,

I'm trying to run the Qwt examples. I've downloaded qwt-6.0.0-rc5 and ran:

qmake -spec macx-g++
make
make install

The compliation had no errors and built all the examples. However, when I go to the examples/bin directory and try opening any of the examples, I get an error "sinusplot cannot be opened because of a problem...". I made no modifications of the qwtconfig.pri file. I am using Mac OS X with the Qt binary SDK.

Any help would be greatly appreciated, I'm not too familiar with the Mac OS X build and linking environment.