Unverified Commit 9b7cfd25 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6306 from DonLakeFlyer/NoMobileCharts

PID Tuning: Make QtCharts usage desktop only
parents 89ebf715 7f595c1e
...@@ -102,6 +102,7 @@ LinuxBuild { ...@@ -102,6 +102,7 @@ LinuxBuild {
# QT_INSTALL_LIBS # QT_INSTALL_LIBS
QT_LIB_LIST = \ QT_LIB_LIST = \
libQt5Charts.so.5 \
libQt5Core.so.5 \ libQt5Core.so.5 \
libQt5DBus.so.5 \ libQt5DBus.so.5 \
libQt5Gui.so.5 \ libQt5Gui.so.5 \
......
...@@ -240,6 +240,7 @@ AndroidBuild || iOSBuild { ...@@ -240,6 +240,7 @@ AndroidBuild || iOSBuild {
QT += \ QT += \
printsupport \ printsupport \
serialport \ serialport \
charts \
} }
contains(DEFINES, QGC_ENABLE_BLUETOOTH) { contains(DEFINES, QGC_ENABLE_BLUETOOTH) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment