CMakeLists.txt 1.02 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
add_custom_target(APMAutoPilotPluginQml
SOURCES
    APMAirframeComponent.qml
    APMAirframeComponentSummary.qml
    APMCameraComponent.qml
    APMCameraComponentSummary.qml
    APMCameraSubComponent.qml
    APMFlightModesComponent.qml
    APMFlightModesComponentSummary.qml
    APMHeliComponent.qml
    APMLightsComponent.qml
    APMLightsComponentSummary.qml
    APMNotSupported.qml
    APMPowerComponent.qml
    APMPowerComponentSummary.qml
    APMRadioComponentSummary.qml
    APMSafetyComponent.qml
    APMSafetyComponentCopter.qml
    APMSafetyComponentPlane.qml
    APMSafetyComponentRover.qml
    APMSafetyComponentSub.qml
    APMSafetyComponentSummary.qml
    APMSafetyComponentSummaryCopter.qml
    APMSafetyComponentSummaryPlane.qml
    APMSafetyComponentSummaryRover.qml
    APMSafetyComponentSummarySub.qml
    APMSensorsComponent.qml
    APMSensorsComponentSummary.qml
    APMSubFrameComponent.qml
    APMSubFrameComponentSummary.qml
    APMSubMotorComponent.qml
    APMTuningComponentCopter.qml
    APMTuningComponentSub.qml

)