qtmobility/plugins/multimedia/symbian/openmaxal/openmaxal.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
child 14 6fbed849b4f4
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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