Changeset 846 for trunk/src/sql/sql.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/sql/sql.pro
r561 r846 21 21 TARGET.UID3=0x2001E61D 22 22 23 # Workaroud for problems with paging this dll 24 MMP_RULES -= PAGED 25 MMP_RULES *= UNPAGED 23 # Problems using data exports from this DLL mean that we can't page it on releases that don't support 24 # data exports (currently that's any release before Symbian^3) 25 pagingBlock = "$${LITERAL_HASH}ifndef SYMBIAN_DLL_DATA_EXPORTS_SUPPORTED" \ 26 "UNPAGED" \ 27 "$${LITERAL_HASH}endif" 28 MMP_RULES += pagingBlock 26 29 }
Note:
See TracChangeset
for help on using the changeset viewer.