Skip to content

Commit

Permalink
linux package always include libQt5Multimedia (mavlink#4122)
Browse files Browse the repository at this point in the history
- fixes mavlink#4105
  • Loading branch information
dagar authored Oct 12, 2016
1 parent 24596a5 commit 8861c1f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions QGCSetup.pri
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ LinuxBuild {
libQt5DBus.so.5 \
libQt5Gui.so.5 \
libQt5Location.so.5 \
libQt5Multimedia.so.5 \
libQt5MultimediaQuick_p.so.5 \
libQt5Network.so.5 \
libQt5OpenGL.so.5 \
libQt5Positioning.so.5 \
Expand All @@ -119,12 +121,6 @@ LinuxBuild {
libQt5Widgets.so.5 \
libQt5XcbQpa.so.5

!contains (DEFINES, QGC_DISABLE_UVC) {
QT_LIB_LIST += \
libQt5Multimedia.so.5 \
libQt5MultimediaQuick_p.so.5
}

!contains(DEFINES, __rasp_pi2__) {
QT_LIB_LIST += \
libicudata.so.54 \
Expand Down

0 comments on commit 8861c1f

Please sign in to comment.