Hi<br>I have compiled Paraview on Windows following the instructions from page <a href="http://www.paraview.org/Wiki/ParaView:Build_And_Install">http://www.paraview.org/Wiki/ParaView:Build_And_Install</a><br>and created a plugin which works perfectly when I load it with the compiled by me version of ParaView. <br>
But when I try to load it from the version that I downloaded from Paraview page (the installer version, which means it was compiled somewhere else, not on my computer) the following error comes up:<br><br>&quot;The plugin uses incompatible Qt library. Expected build key &lt;Windows msvc release full-config&gt;, got &lt;Windows os-msvc release full-config&gt;&quot;<br>
<br>I have compiled Qt using option msvc so the prefix os- must have been added automaticaly. <br>I am developing a plugin that will be used by many people and I want them to be able to simply download the Paraview installer from the internet and open my plugin with it. But because of this error its impossible. <br>
What can I do ?<br>Is there any other possiblity to compile Qt so that the plugins created with it work with pre-compiled version of Paraview ? <br><br>Thank you for your help,<br>Thomas<br>