|
|
|
@ -8,6 +8,20 @@ add_library(VehicleSetup
@@ -8,6 +8,20 @@ add_library(VehicleSetup
|
|
|
|
|
VehicleComponent.cc |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
add_custom_target(VehicleSetupQml |
|
|
|
|
SOURCES |
|
|
|
|
JoystickConfigCalibration.qml |
|
|
|
|
JoystickConfigGeneral.qml |
|
|
|
|
SetupParameterEditor.qml |
|
|
|
|
VehicleSummary.qml |
|
|
|
|
JoystickConfigButtons.qml |
|
|
|
|
PX4FlowSensor.qml |
|
|
|
|
FirmwareUpgrade.qml |
|
|
|
|
JoystickConfig.qml |
|
|
|
|
JoystickConfigAdvanced.qml |
|
|
|
|
SetupView.qml |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
target_link_libraries(VehicleSetup |
|
|
|
|
PUBLIC |
|
|
|
|
qgc |
|
|
|
|