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
b160e678
Commit
b160e678
authored
5 years ago
by
Tomaz Canabrava
Committed by
Daniel Agar
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake: add FligthDisplay QML to custom target
This helps with other IDE's that handle CMake better than QMake
parent
5bb0b822
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
CMakeLists.txt
src/FlightDisplay/CMakeLists.txt
+21
-0
No files found.
src/FlightDisplay/CMakeLists.txt
View file @
b160e678
...
...
@@ -8,4 +8,25 @@ target_link_libraries(FlightDisplay
qgc
)
add_custom_target
(
FligthDisplayQml
SOURCES
FlightDisplayView.qml
FlightDisplayViewDummy.qml
FlightDisplayViewMap.qml
FlightDisplayViewUVC.qml
FlightDisplayViewVideo.qml
FlightDisplayViewWidgets.qml
GuidedActionConfirm.qml
GuidedActionList.qml
GuidedActionsController.qml
GuidedAltitudeSlider.qml
MultiVehicleList.qml
PreFlightBatteryCheck.qml
PreFlightGPSCheck.qml
PreFlightRCCheck.qml
PreFlightSensorsHealthCheck.qml
PreFlightSoundCheck.qml
VirtualJoystick.qml
)
target_include_directories
(
FlightDisplay PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
)
This diff is collapsed.
Click to expand it.
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