Sounds good. I submitted the bug report with patch here. <a href="http://public.kitware.com/Bug/view.php?id=13254">http://public.kitware.com/Bug/view.php?id=13254</a><br><br><div class="gmail_quote">On Tue, May 29, 2012 at 1:54 PM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Kurtis,<div><br></div><div>If you make a git commit that fixes the issue, and then create a patch file using:</div>
<div><br></div><div> git format-patch -1</div><div><br></div><div>You can attach that patch to a bug report in our issue tracker, and I'll bring it to the attention of the devs who typically work on the Qt stuff.</div>
<div><br></div><div> <a href="http://public.kitware.com/Bug" target="_blank">http://public.kitware.com/Bug</a></div><div><br></div><div><br></div><div>Thanks,</div><div>David</div><div><br></div><div><br><div class="gmail_quote">
<div><div class="h5">On Sun, May 27, 2012 at 8:37 PM, Kurtis Nusbaum <span dir="ltr"><<a href="mailto:klnusbaum@gmail.com" target="_blank">klnusbaum@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">I'm deploying a Qt application which uses phonon on windows. For some reason, the DeployQt4.cmake module wasn't finding the phonon_ds9 backend plugin that is standard with windows installations of Qt4. More specifically (and was I'm almost positive this was what was tripping up DeployQt4), the QT_PHONON_DS9_PLUGIN_RELEASE variable was not set. I went and looked at the FindQt4.cmake file and found this line (it's line 1062 on cmake release 2.8,8):<br>
<br>set( QT_PHONON_BACKEND_PLUGINS phonon_qt7 )<br><br>phonon_qt7 is the phonon backend used exclusively on mac. Sure enough, changing the line to<br><br>set( QT_PHONON_BACKEND_PLUGINS phonon_ds9 )<br><br>resulted in the variable QT_PHONON_DS9_PLUGIN_RELEASE and QT_PHONON_DS9_PLUGIN_DEBUG being set to the correct libraries and DeployQt4 module finding the phonon_ds9 plugin and successfully bundling it with my application. Is this a bug with FindQt4? If so, how can I go about getting it fixed (I'm happy to create a patch myself if no one else wants to fix it).<span><font color="#888888"><br clear="all">
<br>-- <br>Peace, Love, and Source Code<br>-Kurtis<br><br>
</font></span><br></div></div><span class="HOEnZb"><font color="#888888">--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></font></span></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><br>-- <br>Peace, Love, and Source Code<br>-Kurtis<br><br>