summaryrefslogtreecommitdiffstats
path: root/src/plugins/qt7/qt7.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2014-09-24 18:26:11 +0200
committerYoann Lopes <yoann.lopes@digia.com>2014-09-25 12:45:42 +0200
commit2d9d5acb9c809dc5c5021bc8c00cae696ca52b1a (patch)
tree03c8cdbf0a0e0902ecabf190c13cb6c4029380d3 /src/plugins/qt7/qt7.pro
parentc1c205b772c2ca0adb7b00fe02d27a59429dd068 (diff)
Remove QuickTime backend.
The backend was kept only for Mac OS X 10.6 support. AVFoundation is used in 10.7 and later. Following the 10.6 deprecation plan, the code is now being removed for Qt 5.4. Change-Id: I513d00adda35f6012dda548b8d824d158efffb16 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'src/plugins/qt7/qt7.pro')
-rw-r--r--src/plugins/qt7/qt7.pro67
1 files changed, 0 insertions, 67 deletions
diff --git a/src/plugins/qt7/qt7.pro b/src/plugins/qt7/qt7.pro
deleted file mode 100644
index b23eba40a..000000000
--- a/src/plugins/qt7/qt7.pro
+++ /dev/null
@@ -1,67 +0,0 @@
-# Avoid clash with a variable named `slots' in a Quartz header
-CONFIG += no_keywords
-
-TARGET = qqt7engine
-QT += multimedia-private network
-qtHaveModule(widgets) {
- QT += multimediawidgets-private widgets
-}
-
-PLUGIN_TYPE = mediaservice
-PLUGIN_CLASS_NAME = QT7ServicePlugin
-load(qt_plugin)
-
-!simulator {
-QT += opengl
-}
-
-#DEFINES += QT_DEBUG_QT7
-
-LIBS += -framework AppKit -framework AudioUnit \
- -framework AudioToolbox -framework CoreAudio \
- -framework QuartzCore -framework QTKit
-
-# QUICKTIME_C_API_AVAILABLE is true only on i386
-# so make sure to link QuickTime
-contains(QT_ARCH, i386) {
- LIBS += -framework QuickTime
-}
-
-HEADERS += \
- qt7backend.h \
- qt7videooutput.h \
- qt7serviceplugin.h
-
-OBJECTIVE_SOURCES += \
- qt7backend.mm \
- qt7serviceplugin.mm
-
-!simulator {
- HEADERS += \
- qt7movieviewoutput.h \
- qt7movierenderer.h \
- qt7ciimagevideobuffer.h \
- qcvdisplaylink.h
-
- OBJECTIVE_SOURCES += \
- qt7movieviewoutput.mm \
- qt7movierenderer.mm \
- qt7videooutput.mm \
- qt7ciimagevideobuffer.mm \
- qcvdisplaylink.mm
-
- qtHaveModule(widgets) {
- HEADERS += \
- qt7movieviewrenderer.h \
- qt7movievideowidget.h
-
- OBJECTIVE_SOURCES += \
- qt7movieviewrenderer.mm \
- qt7movievideowidget.mm
- }
-}
-
-include(mediaplayer/mediaplayer.pri)
-
-OTHER_FILES += \
- qt7.json