summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-05-08 00:24:09 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-08 13:43:31 +0200
commit99178de8d546b3fcb6db3565c5918b92c2238281 (patch)
tree5850c1b66b4dbd68f3c217253466b2fc2e895bce
parent7b6ca817ade050ede4a27c94f5efd0e2ddb6d8bb (diff)
Adapt to _qpa file rename in qtbase.
qtbase change 36547f4eff44361f7a6acd0cff107c0e47561f93 renamed qpa headers. Change-Id: I62fe435069f44c1aeb97878a7d8a343109c89041 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-rw-r--r--src/3rdparty/phonon/ds9/videorenderer_vmr9.cpp2
-rw-r--r--src/plugins/phonon/ds9/ds9.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/ds9/videorenderer_vmr9.cpp b/src/3rdparty/phonon/ds9/videorenderer_vmr9.cpp
index 3c957d6..90dc3b6 100644
--- a/src/3rdparty/phonon/ds9/videorenderer_vmr9.cpp
+++ b/src/3rdparty/phonon/ds9/videorenderer_vmr9.cpp
@@ -24,7 +24,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#include <QtGui/QPainter>
#include <QtGui/QGuiApplication>
#include <QtGui/QBackingStore>
-#include <QtGui/QPlatformNativeInterface>
+#include <qpa/qplatformnativeinterface.h>
#include <d3d9.h>
#include <vmr9.h>
diff --git a/src/plugins/phonon/ds9/ds9.pro b/src/plugins/phonon/ds9/ds9.pro
index 3c84c8f..5d8d5f9 100644
--- a/src/plugins/phonon/ds9/ds9.pro
+++ b/src/plugins/phonon/ds9/ds9.pro
@@ -2,6 +2,7 @@ load(qt_module)
DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend
QT += phonon
+QT += gui-private
QT += widgets
win32:!wince*:contains(QT_CONFIG,opengl):LIBS += -lopengl32
win32:!wince*:LIBS += -lgdi32