aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-04-28 10:58:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-13 18:49:52 +0200
commit3fb8e1301a733b33ec57497b7ab48e4ee4192ef1 (patch)
treefaba97988de098e1d4a04d050c787a09cfc67f02
parent64f379141c59c193e3ebba5816495498c1ed0e64 (diff)
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 <joerg.bornemann@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
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)