I'm trying to deploy a QML application built with VS2005 on Windows XP
SP3. On the deployment target system there is no Qt or Mobility
installed so I'm copying all the dll's needed into the same directory as
the application except the Qml plugins where I copy the directory tree
including the qmldir files..

 

When I try to run the application I get the following error message: -

plugin cannot be loaded for module "Qt.multimedia": 

Cannot load library C:/Qt/qml/Qt/multimedia/declarative_multimedia.dll: 

The specified module could not be found.  

 

But the directory load library is looking in is where the
declarative_multimedia dll resides, so why does the qml engine complain
when attempting to create the component? Is there anything else I need
to do to make this work?

 

The 'Qt Declarative UI Runtime' reference docs say: - 

To deploy an application using the QML runtime:

*       Write your own Qt application including a QDeclarative view and
deploy it the same as any other Qt application (not discussed further on
this page), or

 

But this is not true if you are importing Qt Mobility Qml elements. How
do you do it?

 

Regards

David Robinsion

 


Please refer to www.anite.com for individual Anite company details. The 
contents of this e-mail and any attachments are for the intended recipient 
only. If you are not the intended recipient, you are not authorised to and must 
not disclose, copy, distribute, or retain this message or any part of it. It 
may contain information which is confidential and/or covered by legal 
professional or other privilege. Contracts cannot be concluded with us nor 
legal service effected by email.  

Anite plc
Registered in England No.1798114
Registered Office: 353 Buckingham Avenue Slough Berks SL1 4PF United Kingdom 
VAT Registration No. GB 787 418187

Scanned for viruses by Mimecast.
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to