qt_lib_multimedia.pri is not installed

Discussion in 'Troubleshooting' started by maatong, Apr 25, 2014.

  1. maatong

    maatong New Member

    Joined:
    Apr 3, 2014
    Messages:
    16
    Likes Received:
    0
    Hi all:
    After I build cross compiler for UDOO according the website:
    http://www.udoo.org/ProjectsAndTutorial ... lioID=1394
    I found that, in the ../qt5/qtbase/mkspecs/modules, there's no multimedia module.
    Does anyone make the same problem?
    How can I install it back?
    Thanks a lot.
     
  2. Nat

    Nat New Member

    Joined:
    Oct 18, 2013
    Messages:
    14
    Likes Received:
    0
    Hi Maatong,

    The file qt_lib_multimedia.pri you are looking for you can find in ../qt5/qtmultimedia/mkspecs/modules.
    And I think this module was compiled together with all others ( with tutorial steps)...But if you want, you can try to build one you need..
    For examle for qtmultimedia module, you can run these commands:
    $ cd path to /qt5/qtmultimedia
    qtmultimedia$ ../qtbase/bin/qmake -r
    qtmultimedia$ make
    qtmultimedia$ make install
    Regads,
    Nat
     

Share This Page