Thanks for the replies. I tried to figure out if there is any restriction to MultimediaKit in the opensource version but couldn't find anything about that rather than it seems to be available unter opensource license.
I installed the newest QtSDK, download the Mobilty sources and compiled it but it fails at some point in the qsysteminfo_win.cpp where some includes are missing. Seems an already reported but not yet fixed bug :-(
I try to dig what's going wrong using the sysinternals Process Monitor to find out where my application is looking for the MultimediaKit. It seems to look for a directory called QtMultimediaKit.1.2 with another directory qmldir inside. Those directories are not existent.
@
09:45:39,4623518 VideoTest.exe 1816 CreateFile C:\QtSDK\Simulator\QtMobility\mingw\lib\Simulator\QtMobility\mingw\lib\QtMultimediaKit.1.2\qmldir PATH NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
09:45:39,4631537 VideoTest.exe 1816 CreateFile C:\QtSDK\Desktop\Qt\4.7.4\mingw\imports\QtMultimediaKit.1.2\qmldir PATH NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
09:45:39,4635392 VideoTest.exe 1816 CreateFile C:\QtSDK\Simulator\QtMobility\mingw\lib\Simulator\QtMobility\mingw\lib\QtMultimediaKit.1\qmldir PATH NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
09:45:39,4642857 VideoTest.exe 1816 CreateFile C:\QtSDK\Desktop\Qt\4.7.4\mingw\imports\QtMultimediaKit.1\qmldir PATH NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
09:45:39,4646641 VideoTest.exe 1816 CreateFile C:\QtSDK\Simulator\QtMobility\mingw\lib\Simulator\QtMobility\mingw\lib\QtMultimediaKit\qmldir PATH NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
09:45:39,4654133 VideoTest.exe 1816 CreateFile C:\QtSDK\Desktop\Qt\4.7.4\mingw\imports\QtMultimediaKit\qmldir PATH NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
@
But I found in the QtSDK under C:\QtSDK\Simulator\QtMobility\mingw\lib the QtMultimediaKit1.dll and libQtMultimediaKit1.a. So it seems that the Multimediakit is there but not accessible for my Application. So I try to set the PATH to that directory but it doesn't help.
Any other ideas what is wrong in my setup?
Thanks for your help