I see. I guess I could have seen that from the context in which CONFIG was used in the INSTALL file, but I missed it.
So, now I entered "qmake -set QMAKEFEATURES <path-to-qwt.prf>" on the command line.
I still got no feedback message, neither positive nor negative.
I then added "CONFIG += qwt" to my makefile (which btw didn't have any CONFIG statement before). The project compiled.
I could not instantly see if any Qwt functionality was available.
I tried typing "qwt" in my source code in Creator and auto completion suggested "QWT_DLL" and "QWT_MAKEDLL" which I suppose wouldn't have been available before.
Oddly enough, after re-opening my project this doesn't work anymore.
Also, when I tried e.g. typing 'include "qwt' or 'include <qwt' at the top of my header files it wouldn't suggest any of the Qwt classes for completion.
Another thing is that I tried to open one of the Qwt examples and realized they had not been installed in the C:\Qwt-6.0.1\ folder. I still have them in the source folder on my desktop. Can I just move them to a new more convenient location or do I have to do another reinstall from a permanent source location ? (I don't want to leave the folder on my desktop for permanent access.)
Sorry for being such a piece of work. :-/
Bookmarks