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.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sql/sql.pro b/src/sql/sql.pro
index 3cca4e0..b8f819d 100644
--- a/src/sql/sql.pro
+++ b/src/sql/sql.pro
@@ -17,3 +17,10 @@ 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
+}