[webkit-qt] PlatformPlugin paths

Lindsay Mathieson lindsay.mathieson at gmail.com
Fri Aug 19 21:27:34 PDT 2011


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


More information about the webkit-qt mailing list