17 changed files with 159 additions and 83 deletions
@ -1,23 +1,24 @@ |
|||||||
add_custom_target(PX4AutoPilotPluginQml |
add_custom_target(PX4AutoPilotPluginQml |
||||||
SOURCES |
SOURCES |
||||||
AirframeComponent.qml |
AirframeComponent.qml |
||||||
AirframeComponentSummary.qml |
AirframeComponentSummary.qml |
||||||
CameraComponent.qml |
BatteryParams.qml |
||||||
CameraComponentSummary.qml |
CameraComponent.qml |
||||||
FlightModesComponentSummary.qml |
CameraComponentSummary.qml |
||||||
PX4AdvancedFlightModes.qml |
FlightModesComponentSummary.qml |
||||||
PX4FlightModes.qml |
PowerComponent.qml |
||||||
PX4RadioComponentSummary.qml |
PowerComponentSummary.qml |
||||||
PX4SimpleFlightModes.qml |
PX4AdvancedFlightModes.qml |
||||||
PX4TuningComponentCopter.qml |
PX4FlightModes.qml |
||||||
PX4TuningComponentPlane.qml |
PX4RadioComponentSummary.qml |
||||||
PX4TuningComponentVTOL.qml |
PX4SimpleFlightModes.qml |
||||||
PowerComponent.qml |
PX4TuningComponentCopter.qml |
||||||
PowerComponentSummary.qml |
PX4TuningComponentPlane.qml |
||||||
SafetyComponent.qml |
PX4TuningComponentVTOL.qml |
||||||
SafetyComponentSummary.qml |
SafetyComponent.qml |
||||||
SensorsComponent.qml |
SafetyComponentSummary.qml |
||||||
SensorsComponentSummary.qml |
SensorsComponent.qml |
||||||
SensorsComponentSummaryFixedWing.qml |
SensorsComponentSummaryFixedWing.qml |
||||||
SensorsSetup.qml |
SensorsComponentSummary.qml |
||||||
) |
SensorsSetup.qml |
||||||
|
) |
||||||
|
@ -1,12 +1,14 @@ |
|||||||
add_custom_target(FligthMapItemsQml |
add_custom_target(FligthMapItemsQml |
||||||
SOURCES |
SOURCES |
||||||
PolygonEditor.qml |
CameraTriggerIndicator.qml |
||||||
MissionItemIndicator.qml |
CustomMapItems.qml |
||||||
MissionItemView.qml |
MissionItemIndicatorDrag.qml |
||||||
VehicleMapItem.qml |
MissionItemIndicator.qml |
||||||
MissionItemIndicatorDrag.qml |
MissionItemView.qml |
||||||
CustomMapItems.qml |
MissionLineView.qml |
||||||
PlanMapItems.qml |
PlanMapItems.qml |
||||||
MissionLineView.qml |
PolygonEditor.qml |
||||||
CameraTriggerIndicator.qml |
ProximityRadarMapView.qml |
||||||
) |
SplitIndicator.qml |
||||||
|
VehicleMapItem.qml |
||||||
|
) |
||||||
|
Loading…
Reference in new issue