From fe54d46c623cf0f6b73bd81fa7d66861ecabc814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 10 Jul 2023 14:27:04 -0300 Subject: [PATCH] QGCCommon: Disable AIRMAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- QGCCommon.pri | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/QGCCommon.pri b/QGCCommon.pri index 2679aab1bfe..d45af618807 100644 --- a/QGCCommon.pri +++ b/QGCCommon.pri @@ -20,7 +20,9 @@ CONFIG -= debug_and_release CONFIG += warn_on CONFIG += resources_big CONFIG += c++17 - + +DEFINES += DISABLE_AIRMAP # AIRMAP SDK does not exist anymore + linux { linux-g++ | linux-g++-64 | linux-g++-32 | linux-clang { message("Linux build")