From 645e55729f5b1eb40699b426e0828e2fc448b5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Thu, 11 Apr 2013 10:20:33 +0300 Subject: Texture stuff added (lots of test hacks still included, to be removed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib6a68df778970a3339ed16cd579f0bd9fa411e0b Reviewed-by: Tomi Korpipää --- examples/datavis3d/spectrum/spectrum.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/datavis3d/spectrum/spectrum.pro b/examples/datavis3d/spectrum/spectrum.pro index 747985a9..9a8d45ae 100644 --- a/examples/datavis3d/spectrum/spectrum.pro +++ b/examples/datavis3d/spectrum/spectrum.pro @@ -1,3 +1,4 @@ +qtHaveModule(multimedia) { include(spectrum.pri) TEMPLATE = subdirs @@ -9,4 +10,4 @@ SUBDIRS += 3rdparty/fftreal SUBDIRS += spectrumapp TARGET = spectrum - +} -- cgit v1.2.3