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