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