From 817c548df4b3693495323b163c584945077bbdaa Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 7 Jan 2014 16:54:44 +0100 Subject: 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 Reviewed-by: Yoann Lopes --- examples/multimedia/spectrum/app/app.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/multimedia/spectrum') 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 -- cgit v1.2.3