summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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