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.
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