Hello.

I successfully installed qwt 6.0.1 and ran some examples. Now, I wanted to configure my cmake based project to use qwt under windows (win xp, using MSVC 2008). Unfortunably, qwt doesn't provide a .cmake configuration file (so I can't just find_package(qwt)).
I searched on google for a .cmake file for qwt, but all such files I could find were either outdated or only for Linux/Unix.

So, how do I use qwt with cmake?

Sincerely yours,

Sarah