summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2010-02-19 06:18:33 (GMT)
committerJustin McPherson <justin.mcpherson@nokia.com>2010-02-19 06:18:33 (GMT)
commit8c38a945eaa2c13af4bfc812e80bbccfb2243e5f (patch)
tree782d7ebbd008b9cd955f3f66a7b0495d462dcd95
parentf80b82ed61bece1843c6ae011fb5678ba8210949 (diff)
downloadQt-8c38a945eaa2c13af4bfc812e80bbccfb2243e5f.zip
Qt-8c38a945eaa2c13af4bfc812e80bbccfb2243e5f.tar.gz
Qt-8c38a945eaa2c13af4bfc812e80bbccfb2243e5f.tar.bz2
Revert "Added multimedia to qmlviewer"
This reverts commit 78967c9f7cfba6142a5f987a1fe81692b479a6d2.
-rw-r--r--tools/qmlviewer/qmlviewer.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro
index 003115d..35e4ba8 100644
--- a/tools/qmlviewer/qmlviewer.pro
+++ b/tools/qmlviewer/qmlviewer.pro
@@ -7,10 +7,6 @@ QT += declarative \
network \
sql
-contains(QT_CONFIG, multimedia) {
- QT += multimedia
-}
-
contains(QT_CONFIG, opengl) {
QT += opengl
DEFINES += GL_SUPPORTED