mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-05 16:46:06 +01:00
7486263262
- moved telemetry monitor widget from coreplugin to new telemetry plugin - added a telemetry monitor gadget based on monitor widget. - cleaned up telemetry monitor widget and made it skinnable Dependencies have changed: - connection manager (in coreplugin) is now unaware of the telemetry monitor widget - the widget is added to the connection manager tray by the telemetry plugin - the telemetry plugin depends on coreplugin and uavtalk
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
include(telemetry_dependencies.pri)
|
|
|
|
LIBS *= -l$$qtLibraryName(Telemetry)
|