Comment 8 for bug 1005155

Revision history for this message
RalphBln (schaef) wrote :

Ah, sorry, I should have tested before posting.

The plugins should not reside in subfolders of the plugins dir. My mistake.

So lines 22-24 in macosx_bundle.sh should be:

mkdir ${CMAKE_INSTALL_PREFIX}/plugins
cp -pr /Developer/Applications/Qt/plugins/{imageformats,iconengines}/* ${CMAKE_INSTALL_PREFIX}/plugins
for f in ${CMAKE_INSTALL_PREFIX}/plugins/*.dylib; do

This is tested in working on my machine with Qt frameworks installed.

Apologies for the confusion.