unknown modules multimedia multimediawidgets on Jetson TX2
Solved
Mobile and Embedded
-
Hi,
I have downloaded QT sources from here and built them.
- Extracted Tar file.
- cd qt-everywhere-opensource-src-5.9.4
- ./configure
- make -j4
- make install
- Added "export PATH=(the path you extracted qt source)/qtbase/bin:$PATH" in bashrc
- source ~/.bashrc
I tried to create simple project having multimedia modules.
But it is giving me error as unknown modules multimedia multimediawidgets
-
Hi,
Your step number 6 looks wrong. The path should be where "make install" put the files.
However, the best way to work is to call qmake with the full path so you ensure you are using the version you want.