We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886b82e commit 6687ce8Copy full SHA for 6687ce8
Theengs.pro
@@ -21,6 +21,9 @@ ios | macx { DEFINES += NO_MAC_ADDR }
21
22
win32 { DEFINES += _USE_MATH_DEFINES }
23
24
+# Force patched Qt Connectivity for Android Bluetooth background daemon
25
+android { DEFINES += QT_CONNECTIVITY_PATCHED }
26
+
27
# MobileUI and MobileSharing for mobile OS
28
include(src/thirdparty/MobileUI/MobileUI.pri)
29
include(src/thirdparty/MobileSharing/MobileSharing.pri)
0 commit comments