Hi..
i have recently begun programming in qt, i have managed to compile qt 4.2.1 through microsoft visual express 2005 and have managed to succesfully create qt gui applications using it.
I have since tried to integrate qwt into my project. i have obtaine qwt-5.0.0rc1 snapshot and have compiled it with microsoft visual express 2005 in the same fashion as i did qt.
i do the qmake qwt.pro then nmake and also the qmake qwtplugin.pro and nmake in designer, and these compile fine giving me my qwt_designer_plugin.lib and corresponding dll files and also my qwt5.lib and corresponding dll files.
now i copy the qwt_designer_plugin.lib , dll file, .manifest and .exp files into my C:\Qt\4.2.1-mscv2005-dll\plugins\designer directory and likewise my qwt5.lib, dll .maifest and exp file into the C:\Qt\4.2.1-mscv2005-dll\lib.
I now try run designer and find that it still does not pick up my qwt plugin, it pics up the standard qt3 plugin support and arthurlibrary plugins but not the qwt widgets.
PLEASE HELP...
thanx