Changeset 846 for trunk/src/sql/sql.pro


Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/sql/sql.pro

    r561 r846  
    2121    TARGET.UID3=0x2001E61D
    2222
    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
    2629}
Note: See TracChangeset for help on using the changeset viewer.