Including phonon environment setup in Qt Creator
Posted
by Roger B
on Stack Overflow
See other posts from Stack Overflow
or by Roger B
Published on 2009-06-14T22:20:11Z
Indexed on
2010/03/13
23:05 UTC
Read the original article
Hit count: 319
qt4
|environment
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 Qt documentation, I need to call:
Set DXSDK_DIR=C:\Program Files\Microsoft DirectX SDK (February 2007)
%DXSDK_DIR%\utilities\bin\dx_setenv.cmd
C:\program files\Microsoft Platform SDK\setenv.cmd
How do I do this in the Qt Creator IDE?
Thanks!
© Stack Overflow or respective owner