qtmobility/plugins/multimedia/symbian/openmaxal/mediarecorder/mediarecorder.pro
changeset 14 6fbed849b4f4
parent 8 71781823f776
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
     1 TEMPLATE = lib
     1 TEMPLATE = lib
     2 CONFIG += plugin
     2 CONFIG += plugin mobility
     3 TARGET = qtmedia_xarecordservice
     3 TARGET = $$qtLibraryTarget(qtmultimedia_xarecordservice)
     4 
     4 
     5 PLUGIN_TYPE = mediaservice
     5 PLUGIN_SUBDIR = mediaservice
       
     6 MOBILITY = multimedia
     6 
     7 
     7 include (../../../../../common.pri)
     8 include (../../../../../common.pri)
     8 
     9 
     9 # Symbian specific definition
    10 # Symbian specific definition
    10 # ---------------------------
    11 # ---------------------------
    11 symbian {
    12 symbian {
    12 
    13 
    13 # Input parameters for qmake to make the dll a qt plugin
    14 # Input parameters for qmake to make the dll a qt plugin
    14 # ------------------------------------------------------
    15 # ------------------------------------------------------
    15 pluginstub.sources = qmakepluginstubs/qtmedia_xarecordservice.dll
    16 pluginstub.sources = qmakepluginstubs/qtmultimedia_xarecordservice.dll
    16 pluginstub.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
    17 pluginstub.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
    17 DEPLOYMENT += pluginstub
    18 DEPLOYMENT += pluginstub
    18 
    19 
    19 # Input parameters for the generated bld.inf file
    20 # Input parameters for the generated bld.inf file
    20 # -----------------------------------------------
    21 # -----------------------------------------------
    63     qxamediacontainercontrol.cpp \
    64     qxamediacontainercontrol.cpp \
    64     qxamediarecordercontrol.cpp \
    65     qxamediarecordercontrol.cpp \
    65     xarecordsessionimpl.cpp
    66     xarecordsessionimpl.cpp
    66 
    67 
    67 LIBS += \
    68 LIBS += \
    68     -lQtMedia \
    69     -lQtMultimedia \
    69     -lopenmaxal \
    70     -lopenmaxal \
    70     -lbafl
    71     -lbafl
    71 
    72 
    72 # check for PROFILE_RAM_USAGE
    73 # check for PROFILE_RAM_USAGE
    73 contains(DEFINES, PROFILE_RAM_USAGE) {
    74 contains(DEFINES, PROFILE_RAM_USAGE) {