I'm trying to do some remote debugging on a linux device. I get this message when I debug:

Could not load shared library symbols for /application/bin/medical/libmodulesplugin.so.
Do you need "set solib-search-path" or "set sysroot"

Where do I need to set solib-search-path in QtCreator, so I can debug my plugin code? I tried setting it in options->Debugger->Additional Startup Commands, but that did not solve my issue.

Thanks