summaryrefslogtreecommitdiffstats
path: root/src/sql/sql.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/sql.pro')
-rw-r--r--src/sql/sql.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sql/sql.pro b/src/sql/sql.pro
index 3cca4e0..60be748 100644
--- a/src/sql/sql.pro
+++ b/src/sql/sql.pro
@@ -17,3 +17,11 @@ include(kernel/kernel.pri)
include(drivers/drivers.pri)
include(models/models.pri)
+symbian: {
+ TARGET.UID3=0x2001E61D
+
+ # Workaroud for problems with paging this dll
+ MMP_RULES -= PAGED
+ MMP_RULES *= UNPAGED
+}
+