Unzip Qwt to "C:\Qt\qwt-6.0.0"
Edit qwtconfig.pri: uncomment QwtExamples, comment QwtDll, set win32 install prefix to C:/qwt-$$QWT_VERSION
Open Qt command line and use the commands:
qmake qwt.pro
mingw32-make
mingw32-make install
qmake -set QMAKEFEATURES "C:/qwt-$$QWT_VERSION/features"
To add plugin to Designer:
copy C:/qwt-$$QWT_VERSION/lib/qwt.dll to %QTDIR%/bin
copy C:/qwt-$$QWT_VERSION/plugins/designer/qwt_designer_plugin.dll to %QTDIR%/plugins/designer
To add plugin to Qt Creator's Designer:
download Qt Creator sources and rebuild if it was not built with the same compiler as Qt
Copy the same things as above but in QtCreator directory instead of %QTDIR%
Unzip Qwt to "C:\Qt\qwt-6.0.0"
Edit qwtconfig.pri: uncomment QwtExamples, comment QwtDll, set win32 install prefix to C:/qwt-$$QWT_VERSION
Open Qt command line and use the commands:
qmake qwt.pro
mingw32-make
mingw32-make install
qmake -set QMAKEFEATURES "C:/qwt-$$QWT_VERSION/features"
To add plugin to Designer:
copy C:/qwt-$$QWT_VERSION/lib/qwt.dll to %QTDIR%/bin
copy C:/qwt-$$QWT_VERSION/plugins/designer/qwt_designer_plugin.dll to %QTDIR%/plugins/designer
To add plugin to Qt Creator's Designer:
download Qt Creator sources and rebuild if it was not built with the same compiler as Qt
Copy the same things as above but in QtCreator directory instead of %QTDIR%
To copy to clipboard, switch view to plain text mode
This should be in the INSTALL file to avoid a lot of questions... One way to configure which work and can be done by the most users, and advanced users will know if they prefer to do other.
Bookmarks