From bf0bfeb991202715c434ca28e57f56d64a861e53 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 7 Oct 2013 10:27:10 +0200 Subject: [PATCH] Mark qtmultimedia as an optional dependency for qtwinextras The QtWinExtras Music Player example uses QtMultimedia. Change-Id: Ib720710a8563d6bfa39aec8b82e9a87517b7e015 Reviewed-by: Mandeep Sandhu Reviewed-by: Friedemann Kleint Reviewed-by: Sergio Ahumada --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.pro b/qt.pro index 5b80d163..380e06a6 100644 --- a/qt.pro +++ b/qt.pro @@ -61,9 +61,9 @@ addModule(qlalr, qtbase) addModule(qtsvg, qtbase) addModule(qtxmlpatterns, qtbase) addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns) -addModule(qtwinextras, qtbase, qtdeclarative) addModule(qtquickcontrols, qtdeclarative) addModule(qtmultimedia, qtdeclarative) +addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia) addModule(qtactiveqt, qtbase) addModule(qt3d, qtdeclarative) addModule(qtjsondb, qtdeclarative)