Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
4ee269d3
Commit
4ee269d3
authored
Aug 16, 2019
by
Tomaz Canabrava
Committed by
Daniel Agar
Aug 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake: add Qml targets for AutoPilotPlugins
parent
1f6c195a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
0 deletions
+71
-0
CMakeLists.txt
src/AutoPilotPlugins/APM/CMakeLists.txt
+35
-0
CMakeLists.txt
src/AutoPilotPlugins/CMakeLists.txt
+4
-0
CMakeLists.txt
src/AutoPilotPlugins/Common/CMakeLists.txt
+9
-0
CMakeLists.txt
src/AutoPilotPlugins/PX4/CMakeLists.txt
+23
-0
No files found.
src/AutoPilotPlugins/APM/CMakeLists.txt
0 → 100644
View file @
4ee269d3
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
)
\ No newline at end of file
src/AutoPilotPlugins/CMakeLists.txt
View file @
4ee269d3
add_subdirectory
(
APM
)
add_subdirectory
(
Common
)
add_subdirectory
(
PX4
)
add_library
(
AutoPilotPlugins
APM/APMAirframeComponent.cc
APM/APMAirframeComponentController.cc
...
...
src/AutoPilotPlugins/Common/CMakeLists.txt
0 → 100644
View file @
4ee269d3
add_custom_target
(
CommonAutoPilotPluginQml
SOURCES
ESP8266Component.qml
ESP8266ComponentSummary.qml
MotorComponent.qml
RadioComponent.qml
SetupPage.qml
SyslinkComponent.qml
)
\ No newline at end of file
src/AutoPilotPlugins/PX4/CMakeLists.txt
0 → 100644
View file @
4ee269d3
add_custom_target
(
PX4AutoPilotPluginQml
SOURCES
AirframeComponent.qml
AirframeComponentSummary.qml
CameraComponent.qml
CameraComponentSummary.qml
FlightModesComponentSummary.qml
PX4AdvancedFlightModes.qml
PX4FlightModes.qml
PX4RadioComponentSummary.qml
PX4SimpleFlightModes.qml
PX4TuningComponentCopter.qml
PX4TuningComponentPlane.qml
PX4TuningComponentVTOL.qml
PowerComponent.qml
PowerComponentSummary.qml
SafetyComponent.qml
SafetyComponentSummary.qml
SensorsComponent.qml
SensorsComponentSummary.qml
SensorsComponentSummaryFixedWing.qml
SensorsSetup.qml
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment