From 12f78f8ed991d816411b1ba6718a34e8e26e2eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Tue, 3 Sep 2013 09:03:37 +0300 Subject: Fixed issues from Improve examples task Task-number: QTRD-2239 + Moved spectrum to tests + Added audiolevels to examples (implementation pending..) Change-Id: If20ce3014211a82dbe0142557beee5776cf51708 Change-Id: If20ce3014211a82dbe0142557beee5776cf51708 Reviewed-by: Mika Salmela --- tests/spectrum/spectrum.pri | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/spectrum/spectrum.pri (limited to 'tests/spectrum/spectrum.pri') diff --git a/tests/spectrum/spectrum.pri b/tests/spectrum/spectrum.pri new file mode 100644 index 00000000..31a3767c --- /dev/null +++ b/tests/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 + -- cgit v1.2.3