qtmobility/plugins/multimedia/symbian/openmaxal/openmaxal.pro
changeset 14 6fbed849b4f4
parent 4 90517678cc4f
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
       
     1 # pro file for OpenMAX AL
       
     2 
     1 TEMPLATE = subdirs
     3 TEMPLATE = subdirs
     2 
     4 
     3 CONFIG += ordered
     5 CONFIG += ordered
       
     6 
       
     7 # needed for the contains check
       
     8 include (../../../../common.pri)
     4 
     9 
     5 # Input parameters for the generated bld.inf file
    10 # Input parameters for the generated bld.inf file
     6 # -----------------------------------------------
    11 # -----------------------------------------------
     7 SYMBIAN_PLATFORMS = DEFAULT
    12 SYMBIAN_PLATFORMS = DEFAULT
     8 
    13 
     9 # Check to see if the SDK supports OpenMAX AL API
    14 contains(openmaxal_symbian_enabled, yes) {
    10 exists($${EPOCROOT}epoc32/include/platform/mw/khronos/OpenMAXAL.h) {
    15     message("Building OpenMAX AL backend.")
    11     SUBDIRS = mediarecorder
    16     SUBDIRS = mediarecorder
    12     message("Building OpenMAX AL backend.")
       
    13 }
    17 }