Browse Source

CMake: add Qml targets to VehicleSetup

QGC4.4
Tomaz Canabrava 6 years ago committed by Daniel Agar
parent
commit
760e654cea
  1. 14
      src/VehicleSetup/CMakeLists.txt

14
src/VehicleSetup/CMakeLists.txt

@ -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

Loading…
Cancel
Save