Including phonon environment setup in Qt Creator - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T15:18:36Zhttp://stackoverflow.com/feeds/question/993912http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/993912/including-phonon-environment-setup-in-qt-creator0Including phonon environment setup in Qt CreatorRoger B2009-06-14T22:20:11Z2009-10-14T02:00:03Z
<p>On Windows XP, I ran "configure", and Qt says that I'm configured to use phonon, but I'm not sure how to set up my environment correctly in Qt Creator. According to the <a href="http://doc.trolltech.com/4.5/phonon-overview.html#windows" rel="nofollow">Qt documentation</a>, I need to call:</p>
<p>Set DXSDK_DIR=C:\Program Files\Microsoft DirectX SDK (February 2007)</p>
<p>%DXSDK_DIR%\utilities\bin\dx_setenv.cmd</p>
<p>C:\program files\Microsoft Platform SDK\setenv.cmd</p>
<p>How do I do this in the Qt Creator IDE?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/993912/including-phonon-environment-setup-in-qt-creator/1011884#10118840Answer by rasjani for Including phonon environment setup in Qt Creatorrasjani2009-06-18T10:03:08Z2009-06-18T10:03:08Z<p>As far as i understand those sets are required if you want to build phonon itself, but if you rely on already build qt that has phonon enabled, those are not required.</p>
<p>However, if it indeed turns out that you need those too, optimal way would be that you first look into those 2 scripts, extract all the environment variables those 2 scripts set and then go to Control Panel->System->Advanced Tab->Environment Variable Button and set the variables there manually.</p>
<p>There's also a tool call setx available somewhere that you can use, check this thread for example: <a href="http://forums.techarena.in/windows-xp-support/1152405.htm" rel="nofollow">http://forums.techarena.in/windows-xp-support/1152405.htm</a></p>