qtmobility/plugins/multimedia/symbian/openmaxal/openmaxal.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 14:26:25 +0300
changeset 11 06b8e2af4411
parent 4 90517678cc4f
child 14 6fbed849b4f4
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

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.")
}