I used qwt with Windows before at everything worked fine. I edited the config file, typed "qmake, nmake, nmake install" and was ready to go.
Now I'm trying to do the same with Linux: I edited the config file (I set the install directory and disabled the DLL option) and used "qmake, make, make install". But at my install directory I got only a libqwt.a and libqwtmathml.a. On Windows I got also the qwtd.lib and qwtmathmld.lib, so it seams that the debug binaries are missing. How can I get them or is there something, that I did not understand?

(Further Information: I have a Project, that uses cmake and depends on qwt. I had a debug and release build on windows, but now cmake can't find the debug libraries for qwt on Linux (because they are not there).)