summaryrefslogtreecommitdiffstats
path: root/src/sql/sql.pro
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@gmail.com>2012-01-22 16:34:40 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-23 11:02:18 +0100
commit4b3cdc3c1ab990f9be4c9ce134324076c01b35b0 (patch)
treebd035de8cd83532a89ce13b73d5ba93e8fc9b2f0 /src/sql/sql.pro
parent04a4b999023268d91575be50bd8d78d3f0ef0213 (diff)
Remove Symbian specific code from QtSql.
Change-Id: I3fc538862c7334914ec9e4331ef2d3db5c699ea9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/sql/sql.pro')
-rw-r--r--src/sql/sql.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/sql/sql.pro b/src/sql/sql.pro
index 445946e07c..dbeed14386 100644
--- a/src/sql/sql.pro
+++ b/src/sql/sql.pro
@@ -24,14 +24,3 @@ SQL_P = sql
include(kernel/kernel.pri)
include(drivers/drivers.pri)
include(models/models.pri)
-
-symbian: {
- TARGET.UID3=0x2001E61D
-
- # Problems using data exports from this DLL mean that we can't page it on releases that don't support
- # data exports (currently that's any release before Symbian^3)
- pagingBlock = "$${LITERAL_HASH}ifndef SYMBIAN_DLL_DATA_EXPORTS_SUPPORTED" \
- "UNPAGED" \
- "$${LITERAL_HASH}endif"
- MMP_RULES += pagingBlock
-}