<div dir="ltr"><div class="gmail_extra"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-size:12.8000001907349px">But I </span><span style="font-size:12.8000001907349px">just don't know how to include the plugins.  Actually, I always get<br></span><span style="font-size:12.8000001907349px">the error about the platform plugin (cocoa in my case).  Any tips ?</span></blockquote><div class="gmail_extra"><br></div><div class="gmail_extra">For Windows it’s like this: </div><div class="gmail_extra"><br></div><div class="gmail_extra">#if defined(Q_OS_WIN) && defined(QT_STATIC)</div><div class="gmail_extra">#include <QtPlugin></div><div class="gmail_extra">Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)</div><div class="gmail_extra">#endif</div><div class="gmail_extra"><br></div><div class="gmail_extra">Best, Norbert. </div></div></div>