aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-10-07 10:27:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-08 10:48:23 +0200
commitbf0bfeb991202715c434ca28e57f56d64a861e53 (patch)
treea5c0490b3a44b90d07edd6c5d2d5472793f6e770 /qt.pro
parente937791dcbe07d65728ab2cea1d590ab1eec8922 (diff)
Mark qtmultimedia as an optional dependency for qtwinextras
The QtWinExtras Music Player example uses QtMultimedia. Change-Id: Ib720710a8563d6bfa39aec8b82e9a87517b7e015 Reviewed-by: Mandeep Sandhu <mandeepsandhu.chd@gmail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
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)