summaryrefslogtreecommitdiffstats
path: root/src/multimediakit
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-09-14 15:35:32 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-17 03:24:15 +0200
commiteedcc340f1c1e8bb09759946a4b2c241e219cc58 (patch)
tree82bccd0f8ec9b61027254795616efdaa31620e50 /src/multimediakit
parent4840be02398041315da8be67041a8cd9152ee8a1 (diff)
Compile with refactor
Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/multimediakit')
-rw-r--r--src/multimediakit/effects/qsoundeffect_qsound_p.cpp2
-rw-r--r--src/multimediakit/multimediakit.pro3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/multimediakit/effects/qsoundeffect_qsound_p.cpp b/src/multimediakit/effects/qsoundeffect_qsound_p.cpp
index 1706af9f1..0b9082eb5 100644
--- a/src/multimediakit/effects/qsoundeffect_qsound_p.cpp
+++ b/src/multimediakit/effects/qsoundeffect_qsound_p.cpp
@@ -53,7 +53,7 @@
#include "qsoundeffect_qsound_p.h"
#include <QtCore/qcoreapplication.h>
-#include <QtGui/qsound.h>
+#include <QtWidgets/qsound.h>
#include <QtCore/qstringlist.h>
diff --git a/src/multimediakit/multimediakit.pro b/src/multimediakit/multimediakit.pro
index 7990429af..968832651 100644
--- a/src/multimediakit/multimediakit.pro
+++ b/src/multimediakit/multimediakit.pro
@@ -3,13 +3,12 @@ load(qt_module)
# distinct from QtMultimedia
TARGET = QtMultimediaKit
QPRO_PWD = $$PWD
-QT = core network gui widgets
+QT = core network gui
CONFIG += module
MODULE_PRI += ../../modules/qt_multimediakit.pri
contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
- QT += opengl
} else {
DEFINES += QT_NO_OPENGL
}