plugins/multimedia/symbian/openmaxal/openmaxal.pro
changeset 0 876b1a06bc25
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/multimedia/symbian/openmaxal/openmaxal.pro	Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,17 @@
+# pro file for OpenMAX AL
+
+TEMPLATE = subdirs
+
+CONFIG += ordered
+
+# needed for the contains check
+include (../../../../common.pri)
+
+# Input parameters for the generated bld.inf file
+# -----------------------------------------------
+SYMBIAN_PLATFORMS = DEFAULT
+
+contains(openmaxal_symbian_enabled, yes) {
+    message("Building OpenMAX AL backend.")
+    SUBDIRS = mediarecorder
+}
\ No newline at end of file