[Qt4-preview-feedback] bug in macdeployqt tool
Richard
richardmg at trolltech.com
Thu Mar 12 08:47:12 CET 2009
Thanks. It has been fixed for 4.5.1.
-Richard
Den Mar 11, 2009 kl. 5:43 PM skrev Boudewijn Rempt:
> 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
> Qt4-preview-feedback at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
More information about the Qt4-feedback
mailing list