From f818972d3617493c74d694184aa877f606e1a5a0 Mon Sep 17 00:00:00 2001 From: Titta Heikkala Date: Thu, 4 Dec 2014 13:29:37 +0200 Subject: Fix check for multimedia module In charts.pro the check for multimedia module was outdated. Change-Id: I32fdb95a24cc59e18eda8966f693931754d56296 Reviewed-by: Miikka Heikkinen --- examples/charts/charts.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/charts/charts.pro b/examples/charts/charts.pro index e9d3e0e8..a104fcdd 100644 --- a/examples/charts/charts.pro +++ b/examples/charts/charts.pro @@ -47,7 +47,7 @@ qtHaveModule(quick) { qmloscilloscope } -contains(QT_CONFIG, multimedia) { +qtHaveModule(multimedia) { SUBDIRS += audio } else { message("QtMultimedia library not available. Some examples are disabled") -- cgit v1.2.3