Browse Source

Merge pull request #2250 from DonLakeFlyer/DialectWarning

Remove warning about no mavlink dialect
QGC4.4
Don Gagne 9 years ago
parent
commit
5be2eb5310
  1. 1
      QGCExternalLibs.pri

1
QGCExternalLibs.pri

@ -48,7 +48,6 @@ exists($$MAVLINKPATH/common) { @@ -48,7 +48,6 @@ exists($$MAVLINKPATH/common) {
error(Only a single mavlink dialect can be specified in MAVLINK_CONF)
}
} else {
warning("No MAVLink dialect specified, only common messages supported.")
INCLUDEPATH += $$MAVLINKPATH/common
}
} else {

Loading…
Cancel
Save