Trying to create a simple dynamic platform plugin to test the QWebSpellChecker interface - I had done this previously with a static plugin during development.
However its not being loaded by QtTestBrowser - could it be a path problem? what paths does QtWebKit search for platform plugins?, I've tried: QT_PLUGIN_PATH (/home/lindsay/.kde/lib/kde4/plugins/:/usr/lib/kde4/plugins/) and the Directory of the executable - no joy I've: * Implemented QWebKitPlatformPlugin * added "CONFIG += plugin" to my pro file * got a Q_EXPORT_PLUGIN2(testKWebKitPlatformSpellPlugin, TestKWebKitPlatformSpellPlugin); Added qDebug() out put to all my constructors - nothing gets created. Thanks, -- Lindsay _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
