qtmobility/plugins/multimedia/qt7/qt7.pro
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
     1 TEMPLATE = lib
     1 TEMPLATE = lib
     2 CONFIG += plugin
     2 CONFIG += plugin
     3 TARGET = $$qtLibraryTarget(qtmedia_qt7engine)
     3 TARGET = $$qtLibraryTarget(qqt7engine)
     4 QT += opengl multimedia
     4 
       
     5 QT += opengl
     5 
     6 
     6 PLUGIN_TYPE = mediaservice
     7 PLUGIN_TYPE = mediaservice
     7 
     8 
     8 include (../../../common.pri)
     9 include (../../../common.pri)
     9 
    10 
    10 qtAddLibrary(QtMedia)
    11 CONFIG += mobility
       
    12 MOBILITY = multimedia
    11 
    13 
    12 LIBS += -framework AppKit -framework AudioUnit \
    14 LIBS += -framework AppKit -framework AudioUnit \
    13         -framework AudioToolbox -framework CoreAudio \
    15         -framework AudioToolbox -framework CoreAudio \
    14         -framework QuartzCore -framework QTKit
    16         -framework QuartzCore -framework QTKit
    15 
    17 
    21     LIBS += -framework QuickTime
    23     LIBS += -framework QuickTime
    22 } else {
    24 } else {
    23     LIBS += -Xarch_i386 -framework QuickTime -Xarch_ppc -framework QuickTime
    25     LIBS += -Xarch_i386 -framework QuickTime -Xarch_ppc -framework QuickTime
    24 }
    26 }
    25 
    27 
    26 INCLUDEPATH += ../../../src/multimedia
    28 INCLUDEPATH += ../../../src/multimedia ../../../src/multimedia/video
    27 
    29 
    28 DEPENDPATH += .
    30 DEPENDPATH += .
    29 
    31 
    30 HEADERS += \
    32 HEADERS += \
    31     qt7backend.h \
    33     qt7backend.h \
    32     qt7playercontrol.h \
    34     qt7playercontrol.h \
    33     qt7videooutputcontrol.h \
    35     qt7videooutput.h \
    34     qt7movieviewoutput.h \
    36     qt7movieviewoutput.h \
    35     qt7movievideowidget.h \
    37     qt7movievideowidget.h \
    36     qt7movieviewrenderer.h \
    38     qt7movieviewrenderer.h \
    37     qt7playersession.h \
    39     qt7playersession.h \
    38     qt7playerservice.h \
    40     qt7playerservice.h \
    39     qt7serviceplugin.h \    
    41     qt7serviceplugin.h \
    40     qt7movierenderer.h \
    42     qt7movierenderer.h \
       
    43     qt7ciimagevideobuffer.h \
    41     qt7playermetadata.h \
    44     qt7playermetadata.h \
    42     qcvdisplaylink.h
    45     qcvdisplaylink.h
    43 
    46 
    44 
    47 
    45 OBJECTIVE_SOURCES += \
    48 OBJECTIVE_SOURCES += \
    46     qt7backend.mm \
    49     qt7backend.mm \
    47     qt7playersession.mm \    
    50     qt7playersession.mm \
    48     qt7serviceplugin.mm \
    51     qt7serviceplugin.mm \
    49     qt7movieviewoutput.mm \
    52     qt7movieviewoutput.mm \
    50     qt7movievideowidget.mm \
    53     qt7movievideowidget.mm \
    51     qt7movieviewrenderer.mm \
    54     qt7movieviewrenderer.mm \
    52     qt7playermetadata.mm \
    55     qt7playermetadata.mm \
    53     qt7movierenderer.mm \
    56     qt7movierenderer.mm \
    54     qt7playercontrol.mm \
    57     qt7playercontrol.mm \
    55     qt7videooutputcontrol.mm \
    58     qt7videooutput.mm \
       
    59     qt7ciimagevideobuffer.mm \
    56     qt7playerservice.mm \
    60     qt7playerservice.mm \
    57     qcvdisplaylink.mm
    61     qcvdisplaylink.mm