source: trunk/demos/spectrum/spectrum.pri@ 769

Last change on this file since 769 was 769, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

File size: 1.0 KB
Line 
1# The following macros allow certain features and debugging output
2# to be disabled / enabled at compile time.
3
4# Debug output from spectrum calculation
5DEFINES += LOG_SPECTRUMANALYSER
6
7# Debug output from waveform generation
8#DEFINES += LOG_WAVEFORM
9
10# Debug output from engine
11DEFINES += LOG_ENGINE
12
13# Dump input data to spectrum analyer, plus artefact data files
14#DEFINES += DUMP_SPECTRUMANALYSER
15
16# Dump captured audio data
17#DEFINES += DUMP_CAPTURED_AUDIO
18
19# Disable calculation of level
20#DEFINES += DISABLE_LEVEL
21
22# Disable calculation of frequency spectrum
23# If this macro is defined, the FFTReal DLL will not be built
24#DEFINES += DISABLE_FFT
25
26# Disables rendering of the waveform
27#DEFINES += DISABLE_WAVEFORM
28
29# If defined, superimpose the progress bar on the waveform
30DEFINES += SUPERIMPOSE_PROGRESS_ON_WAVEFORM
31
32# Perform spectrum analysis calculation in a separate thread
33DEFINES += SPECTRUM_ANALYSER_SEPARATE_THREAD
34
35# Suppress warnings about strncpy potentially being unsafe, emitted by MSVC
36win32: DEFINES += _CRT_SECURE_NO_WARNINGS
37
Note: See TracBrowser for help on using the repository browser.