[Qt-interest] Phonon + MinGW + DirectX DS9 patched headers

Juan D Guzman lostinthecode at googlemail.com
Sat Mar 7 22:46:04 CET 2009


SABROG wrote:
> I know what i can't compile Qt with phonon (not backend) support with 
> MinGW, becouse phonon needs DirectX SDK and gcc/MinGW cant compiling
> msvc headers in SDK. But i found what kdewin32 project fix this problem,
> they get directx headers from Wine and do some patches. As i think
> i can download they from this: 
> http://websvn.kde.org/trunk/kdesupport/kdewin32/include/
> svn://anonsvn.kde.org/home/kde/trunk/kdesupport/kdewin32/include
>
> But i don't know how i can install this includes for compiling
> with Qt.
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>   
I'm no expert but if you put them in the MinGW include directory then 
the make process should be able to find them as it searches that 
directory.  The only caveat to that is that the header files would have 
to have the same names that Qt is looking for.

Anyone with far more experience can correct me if I'm wrong.

Regards,

JD



More information about the Qt-interest-old mailing list