From b20152f6672e5e4bfd4c0d4dc1fc993e8a21ea68 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 20 May 2013 08:50:34 +0300 Subject: Fix build issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Module version number (MODULE_VERSION) to 5.1.0, otherwise you get dll name Qt0DataVis3Dd.dll. Removed spectrum example from builds that do not include multimedia module. Change-Id: I20f61cc10c7b537e8897478dfd37ac61e3e4c683 Reviewed-by: Tomi Korpipää --- examples/examples.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index 1590d127..4d5e5a5b 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,6 +1,7 @@ TEMPLATE = subdirs SUBDIRS += barchart \ rainfall \ - spectrum \ widget \ - mapdata \ No newline at end of file + mapdata + +qtHaveModule(multimedia): SUBDIRS += spectrum -- cgit v1.2.3