From 093f0e2c50543239c93b2241673ca93ca2bbee51 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 27 Apr 2019 13:26:32 -0700 Subject: [PATCH] Revert change causing startup to fail --- ChangeLog.md | 2 ++ QGCSetup.pri | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7834477ec..b1284f640 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,8 @@ Note: This file only contains high level features or important fixes. * Major rewrite and bug fix pass through Structure Scan. Previous version had such bad problems that it can no longer be supported. Plans with Structure Scan will need to be recreated. New QGC will not load old Structure Scan plans. ### 3.5.1 - Not yet released +* Fix Ubuntu AppImage startup failure +* Update Windows usb drivers * Add ArduPilot CubeBlack Service Bulletin check * Fix visibility of PX4/ArduPilot logo in toolbar * Fix tile set count but in OfflineMaps which would cause image and elevation tile set to have incorrect counts and be incorrectly marked as download incomplete. diff --git a/QGCSetup.pri b/QGCSetup.pri index 642ccce51..508ff1f68 100644 --- a/QGCSetup.pri +++ b/QGCSetup.pri @@ -136,9 +136,9 @@ LinuxBuild { !contains(DEFINES, __rasp_pi2__) { QT_LIB_LIST += \ - libicudata.so \ - libicui18n.so \ - libicuuc.so + libicudata.so.56 \ + libicui18n.so.56 \ + libicuuc.so.56 } for(QT_LIB, QT_LIB_LIST) { -- 2.22.0