summaryrefslogtreecommitdiffstats
path: root/tests/manual/spectrum/spectrum.pri
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-22 13:11:21 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-10-22 13:16:16 +0300
commitc6090dc08fbb6c88cc3a35482660839664eb46e7 (patch)
tree316138cb73c49877f5a80a8496c2f1b737122fb5 /tests/manual/spectrum/spectrum.pri
parentb235e3dbeddc7ee7f4d47509c799bbc990585832 (diff)
parent31f9c57bc50ae053cfaf039a1dfdb128e2494458 (diff)
Merge branch 'develop'
Diffstat (limited to 'tests/manual/spectrum/spectrum.pri')
-rw-r--r--tests/manual/spectrum/spectrum.pri18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual/spectrum/spectrum.pri b/tests/manual/spectrum/spectrum.pri
new file mode 100644
index 00000000..31a3767c
--- /dev/null
+++ b/tests/manual/spectrum/spectrum.pri
@@ -0,0 +1,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
+