diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2014-01-07 16:54:44 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-10 20:44:38 +0100 |
commit | 817c548df4b3693495323b163c584945077bbdaa (patch) | |
tree | 0111b4e1d79b5126b405586e05e3ada70af5fcea /examples/multimedia | |
parent | da89319f3859b30cf4cf03a53b50677092138921 (diff) | |
download | qtmultimedia-817c548df4b3693495323b163c584945077bbdaa.tar.gz |
don't error out on static builds
commit daa8e22 made it actually work, but apparently forgot to re-enable
it.
Task-number: QTBUG-35843
Change-Id: Ib782634a4b1916e25e22f0b4c4f7bf42bf92b52f
Reviewed-by: David Faure <david.faure@kdab.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'examples/multimedia')
-rw-r--r-- | examples/multimedia/spectrum/app/app.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/multimedia/spectrum/app/app.pro b/examples/multimedia/spectrum/app/app.pro index 581848a7f..8262372c4 100644 --- a/examples/multimedia/spectrum/app/app.pro +++ b/examples/multimedia/spectrum/app/app.pro @@ -1,7 +1,5 @@ include(../spectrum.pri) -static: error(This application cannot be statically linked to the fftreal library) - TEMPLATE = app TARGET = spectrum |