diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-12 10:55:29 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-12 11:09:31 (GMT) |
commit | e83842f99c5c76faad4a4e85ea5cecb375da1c9c (patch) | |
tree | 95bd21fb3686665e4b0740f4718da78ae4278b56 /demos/spectrum/app | |
parent | 072fb7b9b21e15e3dafe9064d2c93fc4658220fc (diff) | |
download | Qt-e83842f99c5c76faad4a4e85ea5cecb375da1c9c.zip Qt-e83842f99c5c76faad4a4e85ea5cecb375da1c9c.tar.gz Qt-e83842f99c5c76faad4a4e85ea5cecb375da1c9c.tar.bz2 |
Fixed build failure
Task-number: QTBUG-12713
Diffstat (limited to 'demos/spectrum/app')
-rw-r--r-- | demos/spectrum/app/app.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/spectrum/app/app.pro b/demos/spectrum/app/app.pro index 1b419db..4fe8b6d 100644 --- a/demos/spectrum/app/app.pro +++ b/demos/spectrum/app/app.pro @@ -1,5 +1,7 @@ include(../spectrum.pri) +static: error(This application cannot be statically linked to the fftreal library) + TEMPLATE = app TARGET = spectrum |