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