summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/Source/WebCore/WebCore.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/Source/WebCore/WebCore.pro')
-rw-r--r--src/3rdparty/webkit/Source/WebCore/WebCore.pro26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/Source/WebCore/WebCore.pro b/src/3rdparty/webkit/Source/WebCore/WebCore.pro
index abb9882b41..03cdf4ec3c 100644
--- a/src/3rdparty/webkit/Source/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/Source/WebCore/WebCore.pro
@@ -2934,7 +2934,31 @@ contains(DEFINES, ENABLE_VIDEO=1) {
bindings/js/JSAudioConstructor.cpp
}
- contains(DEFINES, USE_GSTREAMER=1) {
+ contains(DEFINES, USE_QTKIT=1) {
+ HEADERS += \
+ platform/graphics/mac/MediaPlayerPrivateQTKit.h \
+ platform/mac/WebCoreObjCExtras.h \
+ platform/qt/WebCoreSystemInterface.h \
+ platform/mac/BlockExceptions.h \
+ platform/mac/WebCoreObjCExtras.h
+ SOURCES += \
+ platform/graphics/mac/MediaPlayerPrivateQTKit.mm \
+ platform/mac/SharedBufferMac.mm \
+ platform/mac/KURLMac.mm \
+ platform/text/mac/StringMac.mm \
+ platform/graphics/mac/FloatSizeMac.mm \
+ platform/graphics/mac/IntRectMac.mm \
+ platform/graphics/cg/IntRectCG.cpp \
+ platform/graphics/cg/FloatSizeCG.cpp \
+ platform/cf/SharedBufferCF.cpp \
+ platform/cf/KURLCFNet.cpp \
+ platform/qt/WebCoreSystemInterface.mm \
+ platform/mac/BlockExceptions.mm \
+ platform/mac/WebCoreObjCExtras.mm
+
+ DEFINES+=NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
+
+ } else: contains(DEFINES, USE_GSTREAMER=1) {
HEADERS += \
platform/graphics/gstreamer/GOwnPtrGStreamer.h \
platform/graphics/gstreamer/GRefPtrGStreamer.h \