[SOLVED]Cant Use QtMultimediakit 1.1 :(
-
hi Im trying to incorporate sounds on my game but there is an error
plugin cannot be loaded for module "QtMultimediaKit": Cannot load library C:/QtSDK/Simulator/Qt/mingw/imports/QtMultimediaKit/declarative_multimediad.dll: The specified module could not be found.
import QtMultimediaKit 1.1
^how would i fix this? please help me..
-
I'm having the same problem with lexan here.
@CONFIG += mobility
MOBILITY += multimedia@can be found in the PRO file. You'll find a commented
@CONFIG +=
MOBILITY += @there. Just add mobility and multimedia after those.
What I don't understand yet is the building procedure. If I'm using the default installation of Qt SDK (C:\QtSDK), where should we unzip the package? What I did was unzip the package in c:\QtMobility. I ran the configure exe but I'm not sure what path to put after -prefix.
-