summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/lib/lib.pro
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2022-05-19 07:29:16 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2022-05-19 07:29:16 +0300
commitbce4b6231229e953c3961f3d9858e58555a55d56 (patch)
treea55a32aba8087015929f4f5d7c000016cab4a0b3 /examples/sensors/grue/lib/lib.pro
parent1ab8d6c7257f9ec060739b648704be1cf1c16b05 (diff)
parentd16186fb9aca8e926f409dd44476b02d8eb490f7 (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-opensourcev5.15.5-lts-lgpl
Diffstat (limited to 'examples/sensors/grue/lib/lib.pro')
-rw-r--r--examples/sensors/grue/lib/lib.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sensors/grue/lib/lib.pro b/examples/sensors/grue/lib/lib.pro
index cc10e5c4..197d91c8 100644
--- a/examples/sensors/grue/lib/lib.pro
+++ b/examples/sensors/grue/lib/lib.pro
@@ -1,5 +1,6 @@
TEMPLATE = lib
TARGET = gruesensor
+android: TARGET = gruesensor_$${QT_ARCH}
macos: DESTDIR = ../grue_app.app/Contents/Frameworks
else: DESTDIR = $$OUT_PWD/..