Commit daa8e229 authored by David Faure's avatar David Faure Committed by The Qt Project
Browse files

Disable FFT when building in static mode


This is because fftreal's pro file says:
static: error(This library cannot be built for static linkage)
Found due to a CI failure on win32-msvc2010_static_Windows_7.

Change-Id: I2a4630410fa7a1bb4e6ab158a4f7ae76d5cacd8a
Reviewed-by: default avatarHolger Ihrig <holger.ihrig@gmail.com>
Reviewed-by: default avatarYoann Lopes <yoann.lopes@digia.com>
parent 0f9ae06f
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -23,6 +23,8 @@ DEFINES += LOG_ENGINE
# If this macro is defined, the FFTReal DLL will not be built
#DEFINES += DISABLE_FFT
static: DEFINES += DISABLE_FFT
# Disables rendering of the waveform
#DEFINES += DISABLE_WAVEFORM
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment