CMakeLists.txt 620 Bytes
Newer Older
1
add_custom_target(PX4AutoPilotPluginQml
Daniel Agar's avatar
Daniel Agar committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
	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
)