diff options
Diffstat (limited to 'mkspecs/features/symbian/nested_exceptions.prf')
-rw-r--r-- | mkspecs/features/symbian/nested_exceptions.prf | 4 |
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 0000000..defca94 --- /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 +} |