diff options
author | Andrew den Exter <andrew.den-exter@nokia.com> | 2010-03-29 07:13:15 (GMT) |
---|---|---|
committer | Andrew den Exter <andrew.den-exter@nokia.com> | 2010-03-29 07:13:15 (GMT) |
commit | ef4d44f7513bc69a33e3c0328d9f4ed856f6da57 (patch) | |
tree | c74eea055f9c44a14df59958b53e20d2e845042d /src/plugins | |
parent | 56c18942a13da36d79707ebc814d486dc0dbbc67 (diff) | |
download | Qt-ef4d44f7513bc69a33e3c0328d9f4ed856f6da57.zip Qt-ef4d44f7513bc69a33e3c0328d9f4ed856f6da57.tar.gz Qt-ef4d44f7513bc69a33e3c0328d9f4ed856f6da57.tar.bz2 |
Fix compile.
Add videorenderer_vmr9.h/cpp back into ds9.pro
Reviewed-by: Justin McPherson
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/phonon/ds9/ds9.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/phonon/ds9/ds9.pro b/src/plugins/phonon/ds9/ds9.pro index e77c50d..f40c561 100644 --- a/src/plugins/phonon/ds9/ds9.pro +++ b/src/plugins/phonon/ds9/ds9.pro @@ -22,6 +22,7 @@ HEADERS += \ $$PHONON_DS9_DIR/mediaobject.h \ $$PHONON_DS9_DIR/videowidget.h \ $$PHONON_DS9_DIR/videorenderer_soft.h \ + $$PHONON_DS9_DIR/videorenderer_vmr9.h \ $$PHONON_DS9_DIR/volumeeffect.h \ $$PHONON_DS9_DIR/qbasefilter.h \ $$PHONON_DS9_DIR/qpin.h \ @@ -44,6 +45,7 @@ SOURCES += \ $$PHONON_DS9_DIR/mediaobject.cpp \ $$PHONON_DS9_DIR/videowidget.cpp \ $$PHONON_DS9_DIR/videorenderer_soft.cpp \ + $$PHONON_DS9_DIR/videorenderer_vmr9.cpp \ $$PHONON_DS9_DIR/volumeeffect.cpp \ $$PHONON_DS9_DIR/qbasefilter.cpp \ $$PHONON_DS9_DIR/qpin.cpp \ |