[Qt4-preview-feedback] bug in macdeployqt tool

Boudewijn Rempt boud at valdyas.org
Wed Mar 11 17:43:55 CET 2009


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




More information about the Qt4-feedback mailing list