<font class="Apple-style-span" face="&#39;trebuchet ms&#39;, sans-serif"><br></font><br><div class="gmail_quote">On Sat, Jul 30, 2011 at 1:45 PM, Clinton Stimpson <span dir="ltr">&lt;<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><br><div><div class="im"><div>On Jul 29, 2011, at 10:58 AM, James Sutherland wrote:</div>

<br><blockquote type="cite"><font face="&#39;trebuchet ms&#39;, sans-serif"><div>I have the following in my CMakeLists.txt:</div><div><div><br></div><div>  install( DIRECTORY &quot;${QT_PLUGINS_DIR}/imageformats&quot;</div>

<div>
    DESTINATION ${plugin_dest_dir}/plugins</div><div>    COMPONENT Runtime</div><div>    )</div></div><div><br></div><div>This results in the appropriate libraries (libqtiff.dylib included) being installed in my app bundle at</div>




<div>  Contents/MacOS/plugins/imageformats</div></font></blockquote><div><br></div></div><div>Have a look here:</div><div><a href="http://doc.qt.nokia.com/latest/deployment-mac.html" target="_blank">http://doc.qt.nokia.com/latest/deployment-mac.html</a></div>

<div>To see if the results you are getting agree.</div><div><br></div><div>A possible hint:</div><div>If the Contents/Resources/qt.conf file has Plugins=plugins, then that means you put plugins in</div><div>Contents/plugins, not Contents/MacOS/plugins.</div>

<div><br></div><div>Contents/MacOS/plugins will work if qt.conf has Plugins=MacOS/plugins.</div><div><br></div></div></div></blockquote><div>My qt.conf file is empty.</div><div>Is that something that should be automatically generated?</div>

<div>James </div></div>