summaryrefslogtreecommitdiffstats
path: root/rules/qt5examples.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-09-07 14:06:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-09-07 14:06:52 +0200
commit7c183520150f29c991bd860cbb197ea165329cf7 (patch)
tree0894111179eed81c00baead3e84eb1131f6940f0 /rules/qt5examples.make
parent92a7bdad7d82b57a31f4c91ce454c3f41987bd52 (diff)
downloadptxdist-7c183520150f29c991bd860cbb197ea165329cf7.tar.gz
ptxdist-7c183520150f29c991bd860cbb197ea165329cf7.tar.xz
qt5: examples: install missing links
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt5examples.make')
-rw-r--r--rules/qt5examples.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/qt5examples.make b/rules/qt5examples.make
index b77f41dd4..d7c52f837 100644
--- a/rules/qt5examples.make
+++ b/rules/qt5examples.make
@@ -1955,6 +1955,12 @@ ifdef PTXCONF_QT5_EXAMPLES_SENSORS_GRUE_APP
/usr/lib/qt5/examples/sensors/grue/import/import.json)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \
/usr/lib/qt5/examples/sensors/grue/libgruesensor.prl)
+ @$(call install_link, qt5-examples, libgruesensor.so.1.0.0, \
+ /usr/lib/qt5/examples/sensors/grue/libgruesensor.so)
+ @$(call install_link, qt5-examples, libgruesensor.so.1.0.0, \
+ /usr/lib/qt5/examples/sensors/grue/libgruesensor.so.1)
+ @$(call install_link, qt5-examples, libgruesensor.so.1.0.0, \
+ /usr/lib/qt5/examples/sensors/grue/libgruesensor.so.1.0)
@$(call install_copy, qt5-examples, 0, 0, 0755, -, \
/usr/lib/qt5/examples/sensors/grue/libgruesensor.so.1.0.0)
@$(call install_copy, qt5-examples, 0, 0, 0644, -, \