Tips on developing KRunner plug-ins (with Qt Creator?)

David Edmundson david at davidedmundson.co.uk
Sun Jul 10 17:45:18 UTC 2016


​You're missing this line somewhere:

K_EXPORT_PLASMA_RUNNER(my-test-runner, MyTestRunner)

It exports the big that make it a plugin, with the entry point that krunner
needs.

Also you can then kill your mytestrunner_global.h code, as that's exporting
code for linking against, which is a bit different.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160710/14fcc822/attachment.html>


More information about the Plasma-devel mailing list