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>
This commit is contained in:
Oswald Buddenhagen 2014-04-28 10:58:26 +02:00 committed by The Qt Project
parent 64f379141c
commit 3fb8e1301a
1 changed files with 1 additions and 1 deletions

2
qt.pro
View File

@ -65,7 +65,7 @@ addModule(qtsvg, qtbase)
addModule(qtxmlpatterns, qtbase) addModule(qtxmlpatterns, qtbase)
addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns) addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns)
addModule(qtquickcontrols, qtdeclarative) addModule(qtquickcontrols, qtdeclarative)
addModule(qtmultimedia, qtdeclarative) addModule(qtmultimedia, qtbase, qtdeclarative)
addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia) addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia)
addModule(qtactiveqt, qtbase) addModule(qtactiveqt, qtbase)
addModule(qt3d, qtdeclarative) addModule(qt3d, qtdeclarative)