CMakeLists.txt 392 Bytes
Newer Older
1
add_custom_target(FligthMapWidgetsQml
Daniel Agar's avatar
Daniel Agar committed
2 3 4 5 6 7 8 9 10 11 12
	SOURCES
		CenterMapDropButton.qml
		CenterMapDropPanel.qml
		CompassRing.qml
		MapFitFunctions.qml
		PhotoVideoControl.qml
		QGCArtificialHorizon.qml
		QGCAttitudeHUD.qml
		QGCAttitudeWidget.qml
		QGCCompassWidget.qml
		QGCInstrumentWidgetAlternate.qml
13
		QGCInstrumentWidget.qml
Daniel Agar's avatar
Daniel Agar committed
14 15 16 17 18
		QGCMapToolButton.qml
		QGCPitchIndicator.qml
		QGCWaypointEditor.qml
)