summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-07 16:54:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-10 20:44:38 +0100
commit817c548df4b3693495323b163c584945077bbdaa (patch)
tree0111b4e1d79b5126b405586e05e3ada70af5fcea /examples/multimedia/spectrum
parentda89319f3859b30cf4cf03a53b50677092138921 (diff)
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/spectrum')
-rw-r--r--examples/multimedia/spectrum/app/app.pro2
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