Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
760006ea
Commit
760006ea
authored
Nov 10, 2018
by
Daniel Agar
Browse files
cmake add qrc resources to executable for now
parent
862c6565
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
760006ea
...
...
@@ -185,6 +185,11 @@ set(QGC_RESOURCES
HackFileDialog.qrc
qgcresources.qrc
qgroundcontrol.qrc
src/FirmwarePlugin/APM/APMResources.qrc
src/FirmwarePlugin/PX4/PX4Resources.qrc
src/Airmap/airmap.qrc
src/Airmap/dummy/airmap_dummy.qrc
)
if
(
BUILD_TESTING
)
...
...
@@ -196,8 +201,7 @@ endif()
if
(
ANDROID
)
add_library
(
QGroundControl SHARED
${
QGC_RESOURCES
}
)
else
()
add_executable
(
QGroundControl
${
QGC_RESOURCES
}
)
add_executable
(
QGroundControl
${
QGC_RESOURCES
}
)
endif
()
target_link_libraries
(
QGroundControl PUBLIC qgc
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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