Quote Originally Posted by Uwe View Post
Please check SVN trunk if everything compiles and installs ( headers should be installed inside the framework only ) without any manual interfering. If successful please try to use "CONFIG += qwt" and check if this is working too.
I really would like to report something better, but there are some issues left:

1.) On the mac, there is still only the debug library being built by default. For testing purposes I changed that, of course.

2.) The designer plugin links fine, but this does not apply to the examples. I had to change the "-L" option in line 20 of examples.pri to the "-F" option to make it work. After that everything compiled and installed fine.

3.) Unfortunately, now there aren't any header files installed at all. Only one header file is present in the framework directory. I have a screenshot of all contents of "/usr/local/qwt-6.0.0-svn/":

folder.png

Therefore I didn't test compiling my application against the library, because (as far as I know) this won't work without header files.