summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/scanner
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/scanner
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/scanner')
-rw-r--r--examples/bluetooth/scanner/scanner.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/bluetooth/scanner/scanner.pro b/examples/bluetooth/scanner/scanner.pro
index 7e5c00f7..68572533 100644
--- a/examples/bluetooth/scanner/scanner.pro
+++ b/examples/bluetooth/scanner/scanner.pro
@@ -8,9 +8,11 @@ RESOURCES += \
scanner.qrc
OTHER_FILES += \
- scanner.qml
+ scanner.qml \
+ Button.qml \
+ default.png
#DEFINES += QMLJSDEBUGGER
-OTHER_FILES += \
- Button.qml
+target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/scanner
+INSTALLS += target