summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2021-09-09 18:25:14 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2021-09-10 19:05:36 +0200
commitd4546e76a54454a4999ef357e1c1d9f463cb8bd3 (patch)
treeb1c4d810659920cedf92aeb89fa05c3cfb6a9394 /examples/bluetooth/heartrate-game
parent956e7bbe2109f507807b16a02702427fcaaf3377 (diff)
Bluetooth (examples): update CMakeLists.txt to include Info.plist
Pick-to: 6.2 Change-Id: I87097dc605ff34db1f8d7fb92d055402693906e1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples/bluetooth/heartrate-game')
-rw-r--r--examples/bluetooth/heartrate-game/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/bluetooth/heartrate-game/CMakeLists.txt b/examples/bluetooth/heartrate-game/CMakeLists.txt
index 7567a97e..3f3879bb 100644
--- a/examples/bluetooth/heartrate-game/CMakeLists.txt
+++ b/examples/bluetooth/heartrate-game/CMakeLists.txt
@@ -40,6 +40,13 @@ target_link_libraries(heartrate-game PUBLIC
Qt::Quick
)
+if(APPLE)
+ set_target_properties(heartrate-game PROPERTIES
+ MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist"
+ )
+endif()
+
+
# Resources:
set(qml_resource_files