Browse Source

Merge pull request #7385 from DonLakeFlyer/UbuntuStartup

Ubuntu startup: Revert library install changes
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
a59bf8302e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ChangeLog.md
  2. 6
      QGCSetup.pri

2
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. * 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 ### 3.5.1 - Not yet released
* Fix Ubuntu AppImage startup failure
* Update Windows usb drivers
* Add ArduPilot CubeBlack Service Bulletin check * Add ArduPilot CubeBlack Service Bulletin check
* Fix visibility of PX4/ArduPilot logo in toolbar * 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. * 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.

6
QGCSetup.pri

@ -136,9 +136,9 @@ LinuxBuild {
!contains(DEFINES, __rasp_pi2__) { !contains(DEFINES, __rasp_pi2__) {
QT_LIB_LIST += \ QT_LIB_LIST += \
libicudata.so \ libicudata.so.56 \
libicui18n.so \ libicui18n.so.56 \
libicuuc.so libicuuc.so.56
} }
for(QT_LIB, QT_LIB_LIST) { for(QT_LIB, QT_LIB_LIST) {

Loading…
Cancel
Save