summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-01-10 09:55:21 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-01-10 09:56:29 +0200
commitb05e4498bdb82a32ba9d82fd6fc65727b99e745d (patch)
treec473befccf0fb1f5158e2c22790b9cd16fbe0139 /tests/tests.pro
parent9a8ef3afd23bfe1ab7f4669a470b38b7927a8b0f (diff)
Remove spectrum test from static builds, it doesn't compile
Change-Id: I80e1c9665712c658f0162b0fca21fe5049d8c43a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index f2445c70..7c3ce14c 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -17,10 +17,9 @@ SUBDIRS += barstest \
#SUBDIRS += kinectsurface
-qtHaveModule(multimedia):!android: SUBDIRS += spectrum
+qtHaveModule(multimedia):!android:!static: SUBDIRS += spectrum
# For testing code snippets of minimal applications
SUBDIRS += minimalbars \
minimalscatter \
minimalsurface
-