I'm developing a Qt-based application and when I use macdeployqt on the bundle, the Qt plugins are not copied to the bundle.
However, if I run it a second time, they are. Additionally, "The svg icon plugin is deployed if the application uses the QtSvg module." is not fullfilled - my application does use QtSvg but the iconengines/* plugin is not copied.
I tried running it with -verbose=3, and the last couple lines are:
Log: Created configuration file: "silverlock.app/Contents/Resources/qt.conf"
Log: This file sets the plugin search path to "silverlock.app/Contents/PlugIns"
From what the last message says, it kind of seems that it intended to continue running, but didn't - almost as if it crashed.
Why is this happening? macdeployqt has worked for me before without issue.
Using:
- Qt 4.6
- Qt Creator 2.0
- Leopard 10.5.8