<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Phonon for Mac]]></title><description><![CDATA[<p dir="auto">I'm developing a Qt application for Windows and Mac.  When I deploy the application, I can't get phonon to work on the Mac.  It works fine on my Mac development machine.  I figured I must be missing something in the install, but I can't figure out what.  I'm including "phonon_qt7.dylib" inside the *.app package.  I've tried moving it around to a bunch of different locations (myapp.app/Contents/Plugins/phonon_backend/phonon_qt7.dylib, myapp.app/Contents/Plugins/phonon_qt7.dylib, etc), but the video never plays and always get the same console error:</p>
<p dir="auto">Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded</p>
<p dir="auto">I've spent a huge amount of time searching the web to find a fix this problem, but I haven't seen anyone provide an answer.  And, yes, I have taken a look at <a href="http://www.qtcentre.org/wiki/index.php?title=How_to_get_Phonon_working" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.qtcentre.org/wiki/index.php?title=How_to_get_Phonon_working</a> but didn't find any information that fixes this problem.</p>
]]></description><link>https://forum.qt.io/topic/17035/phonon-for-mac</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 17:41:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/17035.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 May 2012 21:48:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Phonon for Mac on Fri, 01 Jun 2012 06:59:46 GMT]]></title><description><![CDATA[<p dir="auto">I figured it out, and I'm posting it here for everyone.</p>
<p dir="auto">You need to run "macdepoyqt" in the base directory of your application.  (Macdeployqt should either come with qt or can be built.)  More specifically, go to the directory where "MyApplication.app" is located, and call "macdeployqt MyApplication.app".  This will copy all the necessary Qt frameworks and dylibs into your app folder.  This is very important for phonon because the phonon backend needs lots of files and codecs.  (Simply copying the phonon.framework and dylibs yourself will not work.)</p>
]]></description><link>https://forum.qt.io/post/140513</link><guid isPermaLink="true">https://forum.qt.io/post/140513</guid><dc:creator><![CDATA[Brit7]]></dc:creator><pubDate>Fri, 01 Jun 2012 06:59:46 GMT</pubDate></item></channel></rss>