CMakeLists.txt 545 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
add_custom_target(FligthMapWidgetsQml
SOURCES
    CenterMapDropButton.qml
    HealthPageWidget.qml
    CameraPageWidget.qml
    QGCAttitudeWidget.qml
    QGCArtificialHorizon.qml
    QGCPitchIndicator.qml
    InstrumentSwipeView.qml
    QGCInstrumentWidget.qml
    QGCAttitudeHUD.qml
    QGCMapToolButton.qml
    QGCWaypointEditor.qml
    QGCInstrumentWidgetAlternate.qml
    ValuePageWidget.qml
    CenterMapDropPanel.qml
    VideoPageWidget.qml
    MapFitFunctions.qml
    VibrationPageWidget.qml
    CompassRing.qml
    QGCCompassWidget.qml
)