From bb687648801a284e25151b114554bd7a024dd08d Mon Sep 17 00:00:00 2001 From: Emeric Date: Wed, 19 Apr 2023 15:00:45 +0200 Subject: [PATCH] Force patched Qt Connectivity for Android Bluetooth background daemon --- Theengs.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Theengs.pro b/Theengs.pro index d5ef675..982b30b 100644 --- a/Theengs.pro +++ b/Theengs.pro @@ -21,6 +21,9 @@ ios | macx { DEFINES += NO_MAC_ADDR } win32 { DEFINES += _USE_MATH_DEFINES } +# Force patched Qt Connectivity for Android Bluetooth background daemon +android { DEFINES += QT_CONNECTIVITY_PATCHED } + # MobileUI and MobileSharing for mobile OS include(src/thirdparty/MobileUI/MobileUI.pri) include(src/thirdparty/MobileSharing/MobileSharing.pri)