Browse Source

Merge pull request #7823 from DonLakeFlyer/DisablePairing

Disable pairing
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
963dbfe5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      qgroundcontrol.pro

3
qgroundcontrol.pro

@ -313,6 +313,9 @@ DebugBuild { @@ -313,6 +313,9 @@ DebugBuild {
include(src/QtLocationPlugin/QGCLocationPlugin.pri)
# Until pairing can be made to work cleanly on all OS it is turned off
DEFINES+=QGC_DISABLE_PAIRING
# Pairing
contains (DEFINES, QGC_DISABLE_PAIRING) {
message("Skipping support for Pairing")

Loading…
Cancel
Save