Adding 3rdparty library libfftreal to install step
authorHolger Ihrig <holger.ihrig@digia.com>
Thu, 8 Nov 2012 11:40:12 +0000 (12:40 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 8 Nov 2012 13:00:57 +0000 (14:00 +0100)
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>
examples/spectrum/3rdparty/fftreal/fftreal.pro

index 19019b1..45a2186 100644 (file)
@@ -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