summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/btscanner.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-11-28 14:46:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-28 15:09:08 +0100
commit6a07037765ea7c195e802472106448432a91ec78 (patch)
tree8b0cf64a02759cc05bd18b36b880e1b7b74f78a4 /examples/bluetooth/btscanner/btscanner.pro
parentb583032527cc945e24e2468bcd506acf9e69efe6 (diff)
Fix make install rules to all examples in QtConnectivity repo
This was highlighted during the testing of the Qt 5.2.0 package. Change-Id: I94b27f02a6621bccb9f0ce0d0cc184a449014573 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
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 81d83cae..f1254629 100644
--- a/examples/bluetooth/btscanner/btscanner.pro
+++ b/examples/bluetooth/btscanner/btscanner.pro
@@ -16,3 +16,5 @@ FORMS = \
device.ui \
service.ui
+target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/btscanner
+INSTALLS += target