qtmobility/plugins/multimedia/symbian/openmaxal/openmaxal.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 4 90517678cc4f
child 14 6fbed849b4f4
permissions -rw-r--r--
Branch for GCC_SURGE fixes

TEMPLATE = subdirs

CONFIG += ordered

# Input parameters for the generated bld.inf file
# -----------------------------------------------
SYMBIAN_PLATFORMS = DEFAULT

# Check to see if the SDK supports OpenMAX AL API
exists($${EPOCROOT}epoc32/include/platform/mw/khronos/OpenMAXAL.h) {
    SUBDIRS = mediarecorder
    message("Building OpenMAX AL backend.")
}