We've found the following change necessary to make the deploy tool actually
deploy the svg icon module. The bug is still present in 4.5.0.
Index: shared/shared.cpp
===================================================================
--- shared/shared.cpp (revision 2052)
+++ shared/shared.cpp (working copy)
@@ -428,7 +428,7 @@
continue;
// Deploy the svg icon plugin if QtSVG.framework is in use.
- if (deployedFrameworks.indexOf("QtSVG.framework") == -1 &&
pluginName.contains("svg"))
+ if (deployedFrameworks.indexOf("QtSvg.framework") == -1 &&
pluginName.contains("svg"))
continue;
// Deploy the phonon plugins if phonon.framework is in use
Boudewijn
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback