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)