I have written a server manager plugin that uses Qt and it was complaining about a missing symbol when scripting with python.  To fix it I needed to add the QtCore library when linking the plugin.  How do I add libraries when using the ADD_PARAVIEW_PLUGIN macro in cmake?
<br><br>Thanks in advance,<br>Paul<br>