Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@Defohin ../libs is a relative path, are you sure it is correct? Can you post the compiler/linker call just before the error message? As suggested by @SGaist : LIBS += -L$$OUTPWD/lib -lmycoollib (pluginmanager instead of mycoollib)
@jsulm I'm using $$OUTPWD now but it still doesn't work.
$$OUTPWD
@Defohin Is the resulting path correct and is the lib there?
It's working now, I forgot to put MYPROJECT_EXPORT on PluginManager class.
MYPROJECT_EXPORT
PluginManager
I love you guys ♥