summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Huysentruit <wouter.huysentruit@dzine.be>2013-07-23 10:14:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-25 10:14:29 +0200
commit18d77b2b33b6784796aa89983bc209c5e7c8aaab (patch)
tree907cac203d42e2337661d263d477b8d7d798eb2e
parenta91809bf0fcd6a893efa4ceb982eb5979f1b53cb (diff)
Use the new (-no)-wmf-backend configuration option
Don't build the wmf backend when configure was executed with the -no-wmf-backend option. Change-Id: Ia047137c15c7aac302092e9f77b961c6e584bb86 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--qtmultimedia.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro
index ed4a1bfc9..18c83c37b 100644
--- a/qtmultimedia.pro
+++ b/qtmultimedia.pro
@@ -6,7 +6,7 @@ win32 {
qtCompileTest(directshow)
qtCompileTest(wmsdk)
qtCompileTest(wmp)
- qtCompileTest(wmf)
+ contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf)
qtCompileTest(evr)
} else:mac {
qtCompileTest(avfoundation)