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
7c2aaf21
Commit
7c2aaf21
authored
Mar 07, 2018
by
mantelt
Browse files
Allow setting MAVLINK dialect in user_config.pri
parent
30af7f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
7c2aaf21
...
...
@@ -97,6 +97,11 @@ exists(user_config.pri):infile(user_config.pri, CONFIG) {
message
(
$$
sprintf
(
"Using user-supplied additional config: '%1' specified in user_config.pri"
,
$$
fromfile
(
user_config
.
pri
,
CONFIG
)))
}
exists
(
user_config
.
pri
)
:
infile
(
user_config
.
pri
,
MAVLINK_CONF
)
{
MAVLINK_CONF
=
$$
fromfile
(
user_config
.
pri
,
MAVLINK_CONF
)
message
(
$$
sprintf
(
"Using user-supplied mavlink dialect: '%1' specified in user_config.pri"
,
$$
fromfile
(
user_config
.
pri
,
MAVLINK_CONF
)))
}
#
#
Custom
Build
#
...
...
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