Good evening,

I am new to this forum. So first of all I would like to say hello to everybody.

I have an issue with integrating qwt in Qt Creator. The widgets do not show up in Qt Creator. When I open the designer within Qt Creator and click Tools->Form Editor->About Qt designer plugins... the dialog says the following:

"Cannot load library C:/Qwt-6.1.0-rc3/plugins/designer/qwt_designer_plugin.dll: Die angegebene Prozedur wurde nicht gefunden"

I already searched a lot in this forum for a solution. Unfortunately I did not find one. I did the following steps in order to install qwt:

1.) Qmake qwt.pro
2.) mingw32-make
3) mingw32-make install
4.) I altered the qt.conf as followed:

[Paths]
Libraries=../lib/qtcreator
Plugins=C:/Qwt-6.1.0-rc3/plugins
Headers=C:/Qwt-6.1.0-rc3/include
Documentation=C:/Qwt-6.1.0-rc3/doc
Libraries=C:/Qwt-6.1.0-rc3/lib

Does anybody know what I have done wrong? I don't want to copy any file from Qwt in my Qt folder as Uwe recommends.

Thanks