I am new to Qt. I try to install the designer plugin on Mac OSX 10.10 that is provided by qglviewer. I do as the http://libqglviewer.com/installUnix.html#plugin says. I successfully compile and install the plugins.
cd designerPlugin
qmake
make
make install
However, I still cannot find the widget in the qt designer. My Qt is 5.4. The plugins(libqwebview.dylib) in really in the $QTDIR/plugins/designer but the designer just doesn't load it. Other three plugins like libqdeclarativeview.dylib in $QTDIR/plugins/designer is loaded in the designer.
How can I load the plugin in my qt designer?Thanks for your help!