Skip to content

Commit 6687ce8

Browse files
authored
Force patched Qt Connectivity for Android Bluetooth background daemon (#79)
1 parent 886b82e commit 6687ce8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Theengs.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ ios | macx { DEFINES += NO_MAC_ADDR }
2121

2222
win32 { DEFINES += _USE_MATH_DEFINES }
2323

24+
# Force patched Qt Connectivity for Android Bluetooth background daemon
25+
android { DEFINES += QT_CONNECTIVITY_PATCHED }
26+
2427
# MobileUI and MobileSharing for mobile OS
2528
include(src/thirdparty/MobileUI/MobileUI.pri)
2629
include(src/thirdparty/MobileSharing/MobileSharing.pri)

0 commit comments

Comments
 (0)