summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/nested_exceptions.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/symbian/nested_exceptions.prf')
-rw-r--r--mkspecs/features/symbian/nested_exceptions.prf4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkspecs/features/symbian/nested_exceptions.prf b/mkspecs/features/symbian/nested_exceptions.prf
new file mode 100644
index 0000000000..defca94d6f
--- /dev/null
+++ b/mkspecs/features/symbian/nested_exceptions.prf
@@ -0,0 +1,4 @@
+# use nested exceptions runtime support for apps
+contains(TEMPLATE, app) {
+ MMP_RULES *= EPOCNESTEDEXCEPTIONS
+}