summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorHolger Ihrig <holger.ihrig@digia.com>2012-11-08 12:40:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-08 14:00:57 +0100
commitc042e61a77e9bd7a4dfcca0cd68a9f9f3a2cd576 (patch)
tree8f83e763db604361301d3a7428ce12970b6608a3 /examples
parentd175f79d53d313caf26aab403aefab6a975f50f3 (diff)
Adding 3rdparty library libfftreal to install step
Adding libfftreal to install step in this directory, otherwise it will not be deployed for the installers Task-Number: QTBUG-27876 Change-Id: I090b61def94eee9c63d732067036b3ca5398cc52 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/spectrum/3rdparty/fftreal/fftreal.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/spectrum/3rdparty/fftreal/fftreal.pro b/examples/spectrum/3rdparty/fftreal/fftreal.pro
index 19019b1d4..45a21864c 100644
--- a/examples/spectrum/3rdparty/fftreal/fftreal.pro
+++ b/examples/spectrum/3rdparty/fftreal/fftreal.pro
@@ -39,8 +39,9 @@ macx {
# Install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum
sources.files = $$SOURCES $$HEADERS fftreal.pro readme.txt license.txt
sources.files += bwins/fftreal.def eabi/fftreal.def
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/3rdparty/fftreal
-INSTALLS += sources
+INSTALLS += sources target