summaryrefslogtreecommitdiffstats
path: root/examples/datavis3d/spectrum/spectrum.pri
blob: 31a3767cdec716622f012e8d79b94bcb06929a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The following macros allow certain features and debugging output
# to be disabled / enabled at compile time.

# Debug output from spectrum calculation
#DEFINES += LOG_SPECTRUMANALYSER

# Debug output from engine
#DEFINES += LOG_ENGINE

# Disable level calculation
DEFINES += DISABLE_LEVEL

# Perform spectrum analysis calculation in a separate thread
DEFINES += SPECTRUM_ANALYSER_SEPARATE_THREAD

# Suppress warnings about strncpy potentially being unsafe, emitted by MSVC
win32: DEFINES += _CRT_SECURE_NO_WARNINGS