[Qt-qml] Audio - Qt.multimedia

Cristian Daniel Stamateanu cristi.qt at gmail.com
Wed Jun 16 09:58:13 CEST 2010


Ok, got one step further, I added to my cpp code the following:

...
QDeclarativeEngine engine;
engine.importPlugin("C:/Qt/4.7.0-beta1/imports/Qt/multimedia/multimediad.dll","Qt.multimedia");
... 
ui->declarativeView->setSource(QUrl::fromLocalFile(":/qml/main.qml"));

and now it seems to work, but it seems to me this is just a hack. There 
should be a nicer way without full paths and imports in my code.

Regards,
Cristi




More information about the Qt-qml mailing list