Commit a64fb6b2 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #4000 from dogmaphobic/linuxFix

Adding missing library to Linux build.
parents 3156b232 8718e161
......@@ -121,7 +121,8 @@ LinuxBuild {
!contains (DEFINES, QGC_DISABLE_UVC) {
QT_LIB_LIST += \
libQt5Multimedia.so.5
libQt5Multimedia.so.5 \
libQt5MultimediaQuick_p.so.5
}
!contains(DEFINES, __rasp_pi2__) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment