Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-25984

import QtMultimedia 5.0 fails on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.0.0
    • 5.0.0
    • Multimedia
    • None
    • Windows
    • 858baa7d9019e883fe252bfffac363d24e6d0669

    Description

      I try to run QtQuick2 example below in Qt5 Alpha on Windows7, but i got:

      plugin cannot be loaded for module "QtMultimedia": Cannot load library C:/qt5/qtbase/imports/QtMultimedia/declarative_multimediad.dll: The specified module could not be found.
      import QtMultimedia 5.0
      ^

      main.qml
      import QtQuick 2.0
      import QtMultimedia 5.0
      
      Rectangle {
          width: 360
          height: 360
          Text {
              anchors.centerIn: parent
              text: "Hello World"
          }
      }
      

      Another plugins work fine such as QtSensor, QtLocation, QtQuick.Particles and etc.
      Is there something obvious I've missed?

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mithra_p Mithra Pattison (closed Nokia identity) (Inactive)
            sukkim sukhyun kim
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes