diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-20 11:53:45 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-21 13:54:17 (GMT) |
commit | 00fba5fb07a0a6c3c31772e60856c982010629a1 (patch) | |
tree | 47f3dc72d12a82c76e40608007185ebfafe4bfa7 /demos/spectrum/3rdparty | |
parent | 30d6b4ba5626fca244af6314f1b99e6d3854fe58 (diff) | |
download | Qt-00fba5fb07a0a6c3c31772e60856c982010629a1.zip Qt-00fba5fb07a0a6c3c31772e60856c982010629a1.tar.gz Qt-00fba5fb07a0a6c3c31772e60856c982010629a1.tar.bz2 |
Install source for spectrum demo
Task-number: QTBUG-10880
Reviewed-by: Thomas Zander
Diffstat (limited to 'demos/spectrum/3rdparty')
-rw-r--r-- | demos/spectrum/3rdparty/fftreal/fftreal.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/spectrum/3rdparty/fftreal/fftreal.pro b/demos/spectrum/3rdparty/fftreal/fftreal.pro index 4ab9652..5dd02a4 100644 --- a/demos/spectrum/3rdparty/fftreal/fftreal.pro +++ b/demos/spectrum/3rdparty/fftreal/fftreal.pro @@ -38,4 +38,10 @@ symbian { } } +# Install + +sources.files = $$SOURCES $$HEADERS fftreal.pro readme.txt license.txt +sources.files += bwins/fftreal.def eabi/fftreal.def +sources.path = $$[QT_INSTALL_DEMOS]/spectrum/3rdparty/fftreal +INSTALLS += sources |