April 5, 2012

feldifux feldifux
Ant Farmer
79 posts

How to use QDeclarativeEngine::importPlugin() with QtMultimediaKit

 

Hi,
I would like to import QtMultimediaKit from C++, to be able to import it based on the platform I am running on (e.g. on Windows do not import it, but on Symbian and Meego it should be imported).

However, if I try

  1. engine->importPlugin("QtMultimediaKit", "QtMultimediaKit", &errorString);

the error I get is: “The shared library was not found.”

Is it possible to import MultimediaKit with importPlugin()? And how can I supply the version of multimediaKit (e.g. 1.1) I want to import?

0 replies

 
  ‹‹ Selecting a contact via the phone’s contact book      [solved] Creating own components? ››

You must log in to post a reply. Not a member yet? Register here!