On Sat, Jul 30, 2011 at 1:45 PM, Clinton Stimpson <[email protected]>wrote:

>
> On Jul 29, 2011, at 10:58 AM, James Sutherland wrote:
>
> I have the following in my CMakeLists.txt:
>
>   install( DIRECTORY "${QT_PLUGINS_DIR}/imageformats"
>      DESTINATION ${plugin_dest_dir}/plugins
>     COMPONENT Runtime
>     )
>
> This results in the appropriate libraries (libqtiff.dylib included) being
> installed in my app bundle at
>   Contents/MacOS/plugins/imageformats
>
>
> Have a look here:
> http://doc.qt.nokia.com/latest/deployment-mac.html
> To see if the results you are getting agree.
>
> A possible hint:
> If the Contents/Resources/qt.conf file has Plugins=plugins, then that means
> you put plugins in
> Contents/plugins, not Contents/MacOS/plugins.
>
> Contents/MacOS/plugins will work if qt.conf has Plugins=MacOS/plugins.
>
> My qt.conf file is empty.
Is that something that should be automatically generated?
James
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to