PDA

View Full Version : Qwt do not appear in Qt Designer



Qwt_beginner
20th November 2011, 11:10
Hello,
i have Problems by installing qwt.
I am using Windows 7 (64Bit).

Here are the steps I have done:

1) Installed Qt SDK version 1.1.4
2) Downloaded qwt-6.0.1
3) Unzipped qwt into Qt Creator Folder ( C:\QtSDK\Desktop\Qt\4.7.4\mingw\qwt )
4) Changed Qwtbuild.pri settings to "CONFIG += release"
5) Changed Qwtconfig.pri install-dir to " QWT_INSTALL_PREFIX = C:/QtSDK/Desktop/Qt/4.7.4/mingw/qwt"
and removed "QWT_CONFIG += QwtDll" to have a static lib
6) Next step was to go into QT Console, change to qwt folder and run:


qmake qwt.pro
make
make install

7) At least i have put the From: libqwt_designer_plugin.a and qwt_designer_plugin.dll (C:\QtSDK\Desktop\Qt\4.7.4\mingw\qwt\designer\plug ins\designer) to C:\QtSDK\Desktop\Qt\4.7.4\mingw\plugins\designer
and the libs from C:\QtSDK\Desktop\Qt\4.7.4\mingw\qwt\lib to C:\QtSDK\Desktop\Qt\4.7.4\mingw\lib.

But i can not find the the Widgets in Qt Creator's Designer.
What do i have done wrong?

Thank you!

Harm
21st November 2011, 19:30
Hi have you checked Designer-> Help -> Plugins? I had the same problem, saw that there was a file missing, but I copied the wrong files to the plugins directory. ;-)

HTH,
Kind regards
Thomas