<div dir="ltr"><div><div><div><br></div>​You're missing this line somewhere:<br><br>K_EXPORT_PLASMA_RUNNER(my-test-runner, MyTestRunner)<br><br></div>It exports the big that make it a plugin, with the entry point that krunner needs.<br><br></div>Also you can then kill your mytestrunner_global.h code, as that's exporting code for linking against, which is a bit different.<br></div>