fink install qt4-x11-core-shlibs qt4-x11-gui-shlibs
This should compile and install the necessary libraries. (It may take quite a long time to compile the libraries).
To compile:
Download the files qwt-qt4.info and qwt-qt4.patch and place them both in the directory /sw/fink/10.4/local/main/finkinfo/ (you may need to create this directory if it does not exist already).
Then type:
fink install qwt-qt4-shlibs
This should download, compile, and install the qwt libraries.
Alternatively, you can install the pre-compiled package directly. You need to download the package matching your CPU architecture.
PowerPC: qwt-qt4-shlibs_5.0.0rc1-1_darwin-powerpc.deb
Intel: qwt-qt4-shlibs_5.0.0rc1-1_darwin-i386.deb
Install the package by typing:
sudo dpkg -i qwt-qt4-shlibs_5.0.0rc1-1_darwin-powerpc.deb
or
sudo dpkg -i qwt-qt4-shlibs_5.0.0rc1-1_darwin-i386.deb
PowerPC: qse_0.2.5-1_darwin-powerpc.deb
Intel: qse_0.2.5-1_darwin-i386.deb
Then install QSE by typing
sudo dpkg -i qse_0.1.10_darwin-powerpc.deb
or
sudo dpkg -i qse_0.1.10-1_darwin-i386.deb
Run QSE by typing:
qse
1.5.5