summaryrefslogtreecommitdiffstats
path: root/examples/audiodecoder/audiodecoder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audiodecoder/audiodecoder.pro')
-rw-r--r--examples/audiodecoder/audiodecoder.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/audiodecoder/audiodecoder.pro b/examples/audiodecoder/audiodecoder.pro
index 8ffd1dc96..3c238daa8 100644
--- a/examples/audiodecoder/audiodecoder.pro
+++ b/examples/audiodecoder/audiodecoder.pro
@@ -12,3 +12,9 @@ SOURCES = main.cpp \
QT += multimedia
CONFIG += console
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiodecoder
+sources.files = $$SOURCES $$HEADERS audiodecoder.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiodecoder
+INSTALLS += target sources