summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/qt7/quicktimevideoplayer.h
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-03-31 14:34:00 (GMT)
committerNorwegian Rock Cat <qt-info@nokia.com>2009-03-31 14:43:05 (GMT)
commit0aaf811061f86c1b09670fff1e304d997bd34411 (patch)
treef256973d2beecb33e174cbe76623dc625d8e6c32 /src/3rdparty/phonon/qt7/quicktimevideoplayer.h
parent2d13592054d1d6f049ecc1599913cb8c7541ef69 (diff)
downloadQt-0aaf811061f86c1b09670fff1e304d997bd34411.zip
Qt-0aaf811061f86c1b09670fff1e304d997bd34411.tar.gz
Qt-0aaf811061f86c1b09670fff1e304d997bd34411.tar.bz2
Get the qt7 phonon plugin to minimally compile on 10.6
We need to protect some overridden type and that is done in qmacdefines_mac.h, so just include that. To top this off, a function has changed that was introduced in 10.5. In order to use it properly, we would need to do lots of version checking and shuffling between types and it seems like more trouble that it's worth at the moment. We may have to do that in the future, but we'll deal with that then.
Diffstat (limited to 'src/3rdparty/phonon/qt7/quicktimevideoplayer.h')
-rw-r--r--src/3rdparty/phonon/qt7/quicktimevideoplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/qt7/quicktimevideoplayer.h b/src/3rdparty/phonon/qt7/quicktimevideoplayer.h
index 0b3aec2..b80570a 100644
--- a/src/3rdparty/phonon/qt7/quicktimevideoplayer.h
+++ b/src/3rdparty/phonon/qt7/quicktimevideoplayer.h
@@ -20,6 +20,7 @@
#include "backendheader.h"
+#include <QtGui/qmacdefines_mac.h>
#import <QTKit/QTDataReference.h>
#import <QTKit/QTMovie.h>