summarylogtreecommitdiffstats
path: root/qgroundcontrol-3.5.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qgroundcontrol-3.5.3.patch')
-rw-r--r--qgroundcontrol-3.5.3.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/qgroundcontrol-3.5.3.patch b/qgroundcontrol-3.5.3.patch
new file mode 100644
index 000000000000..213223db823d
--- /dev/null
+++ b/qgroundcontrol-3.5.3.patch
@@ -0,0 +1,18 @@
+diff --unified --recursive --text qgroundcontrol-3.5.0/QGCSetup.pri qgroundcontrol-3.5.0.new/QGCSetup.pri
+--- qgroundcontrol-3.5.0/QGCSetup.pri 2019-02-05 07:38:43.000000000 +1000
++++ qgroundcontrol-3.5.0.new/QGCSetup.pri 2019-04-18 18:35:13.792079826 +1000
+@@ -135,10 +135,11 @@
+ libQt5TextToSpeech.so.5
+
+ !contains(DEFINES, __rasp_pi2__) {
++ # Some Qt distributions link with *.so.56
+ QT_LIB_LIST += \
+- libicudata.so.56 \
+- libicui18n.so.56 \
+- libicuuc.so.56
++ libicudata.so.* \
++ libicui18n.so.* \
++ libicuuc.so.*
+ }
+
+ for(QT_LIB, QT_LIB_LIST) {