Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Why is QtMobility required to use Multimedia in QML?

Why is QtMobility required to use Multimedia in QML?

Scheduled Pinned Locked Moved QML and Qt Quick
8 Posts 4 Posters 5.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ashwindas
    wrote on last edited by
    #1

    I tried a simple Qt Quick application with
    import Qt.multimedia 1.0

    and I got errors as QtMobility package is missing,

    why do I need to install QtMobility to create a QML Desktop application which uses multimedia?

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #2

      hi ashwin, this might be of interest to you

      "http://labs.qt.nokia.com/2010/05/06/qt-47-scope-change-regarding-qt-multimedia/":http://labs.qt.nokia.com/2010/05/06/qt-47-scope-change-regarding-qt-multimedia/

      another interesting read:
      "http://colin.guthr.ie/2010/05/qt-multimediamobility-vs-phonon-fight/":http://colin.guthr.ie/2010/05/qt-multimediamobility-vs-phonon-fight/

      1 Reply Last reply
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on last edited by
        #3

        hi again,
        chk this out too: "https://qt.nokia.com/products/qt-addons":https://qt.nokia.com/products/qt-addons

        1 Reply Last reply
        0
        • A Offline
          A Offline
          ashwindas
          wrote on last edited by
          #4

          Thanks Chetan,
          The roadmap looks good,
          But my concern is - QML is intended for Designer and people who are non-developers,
          and do not want to do C++ or any other coding,
          So installation, developing and packaging of pure-QML applications, should be as easy as and simple like installing from an .exe or .deb etc, and then exporting the app to the phone also should be direct,
          And all the libraries that my be required for all my QML apps like multimedia etc should be installed at one go, and those designers should not be asked to install missing plugins by executing something from command line etc. They are non-developers.

          1 Reply Last reply
          0
          • ? This user is from outside of this forum
            ? This user is from outside of this forum
            Guest
            wrote on last edited by
            #5

            ashwin I fully agree :) ...

            even as a developer I'd want things to be as simple as click and go :P and don't want to spend hours trying to get my environment right.
            maybe this is already in the plan with Qt going fully modular and the smart installer as it evolves.
            But only some Troll should confirm or comment on this ...

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mbrasser
              wrote on last edited by
              #6

              We definitely agree! That's the whole point of things like the Nokia Qt SDK and Smart Installer -- to make it as easy as possible to develop and deploy your Qt (and QML) applications. If there are specific pain points you'd like to see addressed, please report them via bugreports.qt.nokia.com so we can continue to improve.

              1 Reply Last reply
              0
              • D Offline
                D Offline
                Duff
                wrote on last edited by
                #7

                I have not tried the Nokia Qt SDK yet. I was under the impression that was for mobile development only. I guess I thought that because there was (until a few days ago) a separate Qt SDK that included QtCreator and was suitable for desktop installations (discontinued now). I don't think there is any question that developers are confused about how to get there environment up and running, especially new developers (and who wants to discourage them?).

                --Duff

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  krishkn
                  wrote on last edited by
                  #8

                  I strongly agree with whatever Ashwin had said,even i needed multimedia package for QML but in order to get that i need to install QTMobility first,which was so painful (when errors appears while compiling, u dont knw wht to do) ,so many environmental variables need to be set, atleast QTcreator is better in tht ;)

                  Regards,
                  Krishkn

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved