diff --git a/src/QmlControls/CMakeLists.txt b/src/QmlControls/CMakeLists.txt index ff7d06189514074691d824ca24ace84bbd6099cb..109958ba84784ad98f84dedd20c31093fc53257c 100644 --- a/src/QmlControls/CMakeLists.txt +++ b/src/QmlControls/CMakeLists.txt @@ -13,6 +13,79 @@ add_library(QmlControls ScreenToolsController.cc ) +add_custom_target(QmlControlsQml + SOURCES + APMSubMotorDisplay.qml + AppMessages.qml + AxisMonitor.qml + ClickableColor.qml + DeadMouseArea.qml + DropButton.qml + DropPanel.qml + EditPositionDialog.qml + ExclusiveGroupItem.qml + FactSliderPanel.qml + FileButton.qml + FlightModeDropdown.qml + FlightModeMenu.qml + HackAndroidFileDialog.qml + HackFileDialog.qml + IndicatorButton.qml + JoystickThumbPad.qml + LogReplayStatusBar.qml + MAVLinkMessageButton.qml + MissionCommandDialog.qml + MissionItemIndexLabel.qml + ModeSwitchDisplay.qml + MultiRotorMotorDisplay.qml + OfflineMapButton.qml + PageView.qml + ParameterEditor.qml + ParameterEditorDialog.qml + PIDTuning.qml + PreFlightCheckButton.qml + PreFlightCheckGroup.qml + PreFlightCheckModel.qml + QGCButton.qml + QGCCheckBox.qml + QGCColoredImage.qml + QGCComboBox.qml + QGCFileDialog.qml + QGCFlickable.qml + QGCFlickableHorizontalIndicator.qml + QGCFlickableVerticalIndicator.qml + QGCGroupBox.qml + QGCHoverButton.qml + QGCLabel.qml + QGCListView.qml + QGCMapLabel.qml + QGCMenu.qml + QGCMenuItem.qml + QGCMenuSeparator.qml + QGCMouseArea.qml + QGCMovableItem.qml + QGCPipable.qml + QGCRadioButton.qml + QGCSlider.qml + QGCSwitch.qml + QGCTabBar.qml + QGCTabButton.qml + QGCTextField.qml + QGCToolBarButton.qml + QGCViewDialog.qml + QGCViewDialogContainer.qml + QGCViewMessage.qml + QmlTest.qml + RCChannelMonitor.qml + RoundButton.qml + ScreenTools.qml + SectionHeader.qml + SliderSwitch.qml + SubMenuButton.qml + ToolStrip.qml + VehicleRotationCal.qml + VehicleSummaryRow.qml +) target_link_libraries(QmlControls PUBLIC qgc