summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/btscanner.pro
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2021-09-07 18:31:47 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2021-09-09 10:21:40 +0200
commite01660fbe52963bcdef594cf34eb443c7f6acc65 (patch)
tree64b4f898e379ad6908c74cde206fbe4e5e0db045 /examples/bluetooth/btscanner/btscanner.pro
parent42e1fdacd51c48dd6892e32f8c0d7a2882a3ad7e (diff)
QtBluetooth (examples): add Info.plist for iOS
btscanner example can be built and deployed on iOS, but then it requires special entries in its Info.plist, explaining the usage of BT adapter. Pick-to: 6.2 5.15 Change-Id: I86edfe84a19f4da8173bb5374fb10e55811a4b20 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/bluetooth/btscanner/btscanner.pro')
-rw-r--r--examples/bluetooth/btscanner/btscanner.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bluetooth/btscanner/btscanner.pro b/examples/bluetooth/btscanner/btscanner.pro
index 904ea5a8..d5fd66ae 100644
--- a/examples/bluetooth/btscanner/btscanner.pro
+++ b/examples/bluetooth/btscanner/btscanner.pro
@@ -9,6 +9,8 @@ SOURCES = \
device.cpp \
service.cpp
+ios: QMAKE_INFO_PLIST = Info.plist
+
HEADERS = \
device.h \
service.h