I am developing a Qt-based application, and when I use macdeployqt in the kit, Qt plugins are not copied to the package.
However, if I ran it a second time, it is. In addition, "The svg icon plugin is deployed if the application uses the QtSvg module." not populated - my application does use QtSvg, but the iconengines / * plugin is not copied.
I tried to run it using -verbose = 3, and the last couple of lines:
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 seems that he intended to continue to work, but did not - almost as if he had crashed.
Why is this happening? macdeployqt worked for me before that without any problems.
Using:
- Qt 4.6
- Qt Creator 2.0
- Leopard 10.5.8
c ++ qt macos macdeployqt
Jake petroules
source share