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
3e51423c
Commit
3e51423c
authored
Jun 24, 2016
by
Nate Weibley
Browse files
Update to fixed mavlink and include mavlink in precompiled headers for good measure
parent
7f5a84b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
v1.0
@
28ea42cc
Compare
b6d21f12
...
28ea42cc
Subproject commit
b6d21f1226857ff6ad710524d2b6956687011e64
Subproject commit
28ea42ccb6ab1d764cacf3f0f55358dc3c66faa9
qgroundcontrol.pro
View file @
3e51423c
...
...
@@ -783,9 +783,8 @@ SOURCES += \
src/VideoStreaming/VideoStreaming.cc \
src/VideoStreaming/VideoSurface.cc \
contains (
DEFINES
, DISABLE_VIDEOSTREAMING) {
contains (
CONFIG
, DISABLE_VIDEOSTREAMING) {
message("
Skipping
support
for
video
streaming
(
manual
override
from
command
line
)
")
DEFINES -= DISABLE_VIDEOSTREAMING
# Otherwise the user can still disable this feature in the user_config.pri file.
} else:exists(user_config.pri):infile(user_config.pri, DEFINES, DISABLE_VIDEOSTREAMING) {
message("
Skipping
support
for
video
streaming
(
manual
override
from
user_config
.
pri
)
")
...
...
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