O.k.Unzip Qwt to "C:\Qt\qwt-6.0.0"
Uncommenting QwtExamples is only needed if you want to build the examples. For installing Qwt you don't need to do this.Edit qwtconfig.pri: uncomment QwtExamples, set win32 install prefix to C:/Qt/qwt-$$QWT_VERSION
Changing the install prefix is o.k., but of course not mandatory.
O.k.Open Qt command line and use the commands:
qmake qwt.pro
mingw32-make
mingw32-make install
Wrong - it should be C:/Qt/qwt-6.0.0/features. Or where do you you have qwt.prf installed ?qmake -set QMAKEFEATURES "C:/Qt/qwt-6.0.0"
Very bad - use the PATH environment variable instead.copy [QWT DIRECTORY]\lib\qwt.dll to "C:\Qt\2010.05\qt\bin"
This is a basic mechanism - nothing Qt or Qwt special. If you don't know about it it's high time to learn.
Very bad - read http://doc.qt.nokia.com/4.7/deployment-plugins.html instead.copy [QWT DIRECTORY]\plugins\designer\qwt_designer_plugin.dll to "C:\Qt\2010.05\qt\plugins\plugins\designer"
O.k.For each project add "CONFIG += qwt" in the project .pro file
Guess the difference between designer and creator is, that you have built the designer yourself with mingw while you have downloaded a creator, that has been built by Nokia with MSVC. If true you need to recompile the creator with mingw too.
Uwe
Bookmarks