summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTamás Martinec <tamas.martinec@symbio.com>2021-08-27 11:04:51 +0300
committerTamás Martinec <tamas.martinec@symbio.com>2021-08-27 14:50:03 +0300
commitaabc5820f0c300949dda9bdec07b0b9f92caff0b (patch)
tree24f7272f97385099a48af58e30084e2cb719925a /examples
parent925b7214097ddaf803f70560851928567bc24a9a (diff)
QtSensors: Fix plugin loading for the Grue example on macOS
The macOS specific plugin lib target path was fixed. Pick-to: 6.2 Task-number: QTBUG-92514 Change-Id: Id25f0a2826c1fa786547a27a579bf28e9e1bb5cd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/sensors/grue/plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/grue/plugin/CMakeLists.txt b/examples/sensors/grue/plugin/CMakeLists.txt
index 91b759a0..31ac8e3c 100644
--- a/examples/sensors/grue/plugin/CMakeLists.txt
+++ b/examples/sensors/grue/plugin/CMakeLists.txt
@@ -41,7 +41,7 @@ endif()
if(APPLE AND QT6_IS_SHARED_LIBS_BUILD)
set_target_properties(qtsensors_grue PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../grue_app.app/Contents/MacOS/../sensors
+ LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../grue_app.app/Contents/Plugins/sensors
)
endif()