Hi All,
I had installed Qt 4.4.0 open source on my Windows XP machine. First I didnt have DirectX SDK installed. It went fine, no errors. Only that Phonon was not installed.

Then I downloaded the DirectX SDK (March 2008 ) . While configuring, it showed YES to Phonon supprt, but on compilation I get the following error -
videorenderer_vmr9.cpp
d:\qt\4.4.0\src\3rdparty\kdebase\runtime\phonon\ds 9\compointer.h(21) : fatal err
or C1083: Cannot open include file: 'dshow.h': No such file or directory
abstractvideorenderer.cpp
d:\qt\4.4.0\src\3rdparty\kdebase\runtime\phonon\ds 9\compointer.h(21) : fatal err
or C1083: Cannot open include file: 'dshow.h': No such file or directory
The list is more for other files, btu the error is same pointing to dshow.h .

I searched net and found that dshow.h is not included in directx now( and indeed i cudnt find dshow.h on my system).

I want to know if someone has successfully installed phonon with DirectX SDK March 2008 ???

If yes,, how ???