From 18d77b2b33b6784796aa89983bc209c5e7c8aaab Mon Sep 17 00:00:00 2001 From: Wouter Huysentruit Date: Tue, 23 Jul 2013 10:14:27 +0200 Subject: 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 Reviewed-by: Oswald Buddenhagen --- qtmultimedia.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmultimedia.pro') 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) -- cgit v1.2.1