summaryrefslogtreecommitdiffstats
path: root/tests/manual/spectrum/spectrum.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/spectrum/spectrum.pri')
-rw-r--r--tests/manual/spectrum/spectrum.pri18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/manual/spectrum/spectrum.pri b/tests/manual/spectrum/spectrum.pri
deleted file mode 100644
index 31a3767c..00000000
--- a/tests/manual/spectrum/spectrum.pri
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-