<div dir="ltr"><div>Hello All,</div><div><br></div><div>This e-mail is in two pars, a request for help, and a question.<br></div><div>I have a fairly strange issue while coding plugins for codevis. The plugin code is similar to konsole (which I have wrote), and kate (which I have contributed in the past), making me even more ignorant on what's happening.</div><div><br></div><div>1 - Request for help:</div><div><br></div><div>I am having to manually specify</div><div><br></div><div>SET(BUILD_SHARED_LIBS ON)<br>SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})</div><div><br></div><div>Without the first the code compiles the library as static.</div><div>Without the second, the library is not linked properly.</div><div><br></div><div>2 Question:</div><div>I need to load the plugins in `make test` time, but it tries to load the installed plugins, what should I do?</div><div><br></div><div>The basic CMake of the plugin is:</div><div><br>kcoreaddons_add_plugin(<br>    basiclayoutplugin<br>SOURCES<br>    BasicLayoutPlugin.cpp<br>INSTALL_NAMESPACE<br>    "codevis_plugins_v2"<br>)</div><div><br></div><div>and it looks really straightforward for me.</div><div><br></div><div>Best, <br></div><div>Tomaz<br></div></div>