<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>So something like that should work:</div><div><br></div><div>
<pre style="margin-top: 0px; margin-bottom: 0px; "><span style=" color:#008000;">macx:QMAKE_LFLAGS_PLUGIN</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">-=</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">-dynamiclib</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px; "><span style=" color:#008000;">macx:QMAKE_LFLAGS_PLUGIN</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">+=</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">-bundle</span><!--EndFragment--></pre><div><br></div><div>But it didn't.</div><div>I still get a dylib file and if I rename it to .so QGIS will crash (as it really a dylid and qgis is confused) or not load at all (if I leave it as dylib and move it to the plugin folder).</div><div><br></div><div>Thanks</div><div>Tasos </div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><br></span>
</div>
<br><div><div>On 30 Oct 2012, at 13:46, William Kyngesburye <<a href="mailto:woklist@kyngchaos.com">woklist@kyngchaos.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">You need to use a MODULE type for the cmake ADD_LIBRARY().  I don't know how to do this with qmake, but the linker flag is -bundle instead of -dylib.<br><br>On Oct 30, 2012, at 4:54 AM, Tasos Varoudis wrote:<br><br><blockquote type="cite">Hi all,<br><br>Im using qmake to build a C++ plug.<br><br>On mac I get a .dylib and I can't load it in the same way as in other OSs.<br><br>Im not sure, but I think has something to do this the dylib, as the cmake official build is producing .so files for the plugs.<br><br>Even though I search I can't make qmake produce a .so lib on mac.<br><br>Any ideas? help?<br><br>Best,<br>Tasos<br><br>_______________________________________________<br>Qgis-developer mailing list<br><a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/qgis-developer<br></blockquote><br>-----<br>William Kyngesburye <kyngchaos*at*kyngchaos*dot*com><br><a href="http://www.kyngchaos.com/">http://www.kyngchaos.com/</a><br><br>"Those people who most want to rule people are, ipso-facto, those least suited to do it."<br><br>- A rule of the universe, from the HitchHiker's Guide to the Galaxy<br><br><br></blockquote></div><br></div></body></html>