summaryrefslogtreecommitdiffstats
path: root/examples
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
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')
-rw-r--r--examples/bluetooth/btchat/btchat.pro3
-rw-r--r--examples/bluetooth/btfiletransfer/btfiletransfer.pro3
-rw-r--r--examples/bluetooth/btscanner/btscanner.pro2
-rw-r--r--examples/bluetooth/bttennis/bttennis.pro6
-rw-r--r--examples/bluetooth/scanner/scanner.pro8
-rw-r--r--examples/nfc/annotatedurl/annotatedurl.pro2
-rw-r--r--examples/nfc/ndefeditor/ndefeditor.pro3
-rw-r--r--examples/nfc/poster/poster.pro3
8 files changed, 27 insertions, 3 deletions
diff --git a/examples/bluetooth/btchat/btchat.pro b/examples/bluetooth/btchat/btchat.pro
index 6d6a928b..08fdd4a7 100644
--- a/examples/bluetooth/btchat/btchat.pro
+++ b/examples/bluetooth/btchat/btchat.pro
@@ -19,3 +19,6 @@ HEADERS = \
FORMS = \
chat.ui \
remoteselector.ui
+
+target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/btchat
+INSTALLS += target
diff --git a/examples/bluetooth/btfiletransfer/btfiletransfer.pro b/examples/bluetooth/btfiletransfer/btfiletransfer.pro
index 58d4e638..00b16415 100644
--- a/examples/bluetooth/btfiletransfer/btfiletransfer.pro
+++ b/examples/bluetooth/btfiletransfer/btfiletransfer.pro
@@ -25,3 +25,6 @@ OTHER_FILES += \
RESOURCES += \
btfiletransfer.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/scanner
+INSTALLS += target
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
diff --git a/examples/bluetooth/bttennis/bttennis.pro b/examples/bluetooth/bttennis/bttennis.pro
index 878795da..1c014784 100644
--- a/examples/bluetooth/bttennis/bttennis.pro
+++ b/examples/bluetooth/bttennis/bttennis.pro
@@ -28,3 +28,9 @@ FORMS = \
RESOURCES += \
tennis.qrc
+
+OTHER_FILES = \
+ connect.png
+
+target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/bttennis
+INSTALLS += target
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
diff --git a/examples/nfc/annotatedurl/annotatedurl.pro b/examples/nfc/annotatedurl/annotatedurl.pro
index 65ed7c8d..e2bb7c06 100644
--- a/examples/nfc/annotatedurl/annotatedurl.pro
+++ b/examples/nfc/annotatedurl/annotatedurl.pro
@@ -13,3 +13,5 @@ HEADERS += mainwindow.h \
FORMS += mainwindow.ui
+target.path = $$[QT_INSTALL_EXAMPLES]/nfc/annotatedurl
+INSTALLS += target
diff --git a/examples/nfc/ndefeditor/ndefeditor.pro b/examples/nfc/ndefeditor/ndefeditor.pro
index 47971fdb..43ab47fa 100644
--- a/examples/nfc/ndefeditor/ndefeditor.pro
+++ b/examples/nfc/ndefeditor/ndefeditor.pro
@@ -21,3 +21,6 @@ FORMS += \
textrecordeditor.ui \
urirecordeditor.ui \
mimeimagerecordeditor.ui
+
+target.path = $$[QT_INSTALL_EXAMPLES]/nfc/ndefeditor
+INSTALLS += target
diff --git a/examples/nfc/poster/poster.pro b/examples/nfc/poster/poster.pro
index d108b2a2..47de2986 100644
--- a/examples/nfc/poster/poster.pro
+++ b/examples/nfc/poster/poster.pro
@@ -11,3 +11,6 @@ RESOURCES += \
OTHER_FILES += \
poster.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/nfc/poster
+INSTALLS += target