score:1

my guess is that qt creator and the qt eclipse integration have different versions of designer that they use. (i know this is the case for creator.) since they are using different designer applications, they are probably also looking in a different location for the plugins than does the standard designer program. my first suggestion would be to try to find where that location is, and copy your plugin there.

if the copied plugin doesn't work, you probably have somewhat incompatible versions of designer for one or the other. that will take a bit more research, but could likely be overcome with a bit more research.

score:1

i want to thank the asker and both responders for helping me figure this out (and also curse nokia for not making this work right out of the box - the first two days of my qt developer experience was googling pieces of the answer).

first, creator does look elsewhere - at c:\qt\bin\designer in windows (should be .../bin/designer in linux - do a 'find . -name libqwebview.so').

second, there is a likely incompatibility issue on windows, because qtcreator compiles plugins with mingw, and qtcreator is likely compiled with visual studio. the fix is to compile qtcreator with mingw.


Related Query

More Query from same tag