summaryrefslogtreecommitdiffstats
path: root/tests/manual/spectrum/spectrum.pri
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2016-01-11 17:08:02 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2016-01-12 14:40:58 +0000
commitdb2a90fa9b4f823d37e02545732ff815ca9a1726 (patch)
treea40bdc88dbaf0d7538ab1c8cfa5f003c65586cf2 /tests/manual/spectrum/spectrum.pri
parent64f0d4fb353ae2e447483897839d4df8b5b32f54 (diff)
Remove some manual test apps
Removed - Kinectsurface - Has 3rd party code. - qmlcamera - Ugly mess and kinda pointless. - qmlmultiwindow - Test is not relevant and is buggy. - spectrum - Has 3rd party code. Change-Id: Ic28ffddf9e45f51a5320d4ebd0e2b7b373452cb7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
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
-