From 3fb8e1301a733b33ec57497b7ab48e4ee4192ef1 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 28 Apr 2014 10:58:26 +0200 Subject: [PATCH] don't claim that multimedia needs quick it's a soft dependency and it appears to be properly checked in the subprojects. Task-number: QTBUG-38616 Change-Id: I5ada1f91247ba3668015e95d6da9c5996f1a138c Reviewed-by: Joerg Bornemann Reviewed-by: Mitch Curtis Reviewed-by: Yoann Lopes --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.pro b/qt.pro index 0711e3e3..df217f8f 100644 --- a/qt.pro +++ b/qt.pro @@ -65,7 +65,7 @@ addModule(qtsvg, qtbase) addModule(qtxmlpatterns, qtbase) addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns) addModule(qtquickcontrols, qtdeclarative) -addModule(qtmultimedia, qtdeclarative) +addModule(qtmultimedia, qtbase, qtdeclarative) addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia) addModule(qtactiveqt, qtbase) addModule(qt3d, qtdeclarative)