mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-17 07:54:17 +01:00
Merge remote-tracking branch 'origin/laurent/OP-1257_No_GCS_Audio_Linux' into next
This commit is contained in:
commit
0b66e2e96c
ground/openpilotgcs
@ -33,7 +33,8 @@ GCS_LIBRARY_PATH
|
|||||||
libQt5QuickParticles.so.5 \
|
libQt5QuickParticles.so.5 \
|
||||||
libicui18n.so.51 \
|
libicui18n.so.51 \
|
||||||
libicuuc.so.51 \
|
libicuuc.so.51 \
|
||||||
libicudata.so.51
|
libicudata.so.51 \
|
||||||
|
libqgsttools_p.so.1
|
||||||
|
|
||||||
data_copy.commands += -@$(MKDIR) $$targetPath(\"$$GCS_QT_LIBRARY_PATH\") $$addNewline()
|
data_copy.commands += -@$(MKDIR) $$targetPath(\"$$GCS_QT_LIBRARY_PATH\") $$addNewline()
|
||||||
for(lib, QT_LIBS) {
|
for(lib, QT_LIBS) {
|
||||||
@ -56,6 +57,8 @@ GCS_LIBRARY_PATH
|
|||||||
imageformats/libqmng.so \
|
imageformats/libqmng.so \
|
||||||
imageformats/libqsvg.so \
|
imageformats/libqsvg.so \
|
||||||
imageformats/libqtiff.so \
|
imageformats/libqtiff.so \
|
||||||
|
mediaservice/libgstaudiodecoder.so \
|
||||||
|
mediaservice/libgstmediaplayer.so \
|
||||||
platforms/libqxcb.so \
|
platforms/libqxcb.so \
|
||||||
sqldrivers/libqsqlite.so
|
sqldrivers/libqsqlite.so
|
||||||
for(lib, QT_PLUGIN_LIBS) {
|
for(lib, QT_PLUGIN_LIBS) {
|
||||||
|
@ -119,9 +119,6 @@
|
|||||||
<height>50</height>
|
<height>50</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
|
||||||
<string notr="true">background:transparent</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user