summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithra Pattison <mithra.pattison@nokia.com>2012-06-29 13:47:15 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-02 02:59:10 +0200
commitdde8dc46f013eb5eb1e47f481e7dd61c203eb469 (patch)
tree3af0d842fb7a27fdc14c2ce26d6e6c72d528cd31
parentf9516c4c5be9401d0bb1499a84df6aa2a5d609c3 (diff)
Fix installation of spectrum example
Fixed setup of spectrum project, to correctly install the spectrum executable. Task-number: QTBUG-13018 Change-Id: Ifcc55d02cf0e50f9c1015fa89b5f2d851b2a44c4 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
-rw-r--r--examples/spectrum/app/app.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/spectrum/app/app.pro b/examples/spectrum/app/app.pro
index aec69d239..647dbb81b 100644
--- a/examples/spectrum/app/app.pro
+++ b/examples/spectrum/app/app.pro
@@ -58,11 +58,12 @@ RESOURCES = spectrum.qrc
# Install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum
sources.files = $$SOURCES $$HEADERS $$RESOURCES app.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app
images.files += images/record.png images/settings.png
images.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app/images
-INSTALLS += sources images
+INSTALLS += target sources images
# Deployment