summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/plugin/symbian_defines.pri
blob: aa3a24cb11ebc228d79a205b0312dca150b3cb14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
symbian: {
    exists($${EPOCROOT}epoc32/data/z/system/install/productid_helen.sis) | exists($${EPOCROOT}epoc32/rom/config/ncp110) {
        DEFINES += SYMBIAN_BACKEND_USE_CNTMODEL_V2
            
        # This will enable signals to be emitted sychronously with every
        # operation instead of them beeing emitted when database event observer
        # interface if called (HandleDatabaseEventL). This is an optimization
        # for S^3 1.11+ platform.
        DEFINES += SYMBIAN_BACKEND_SIGNAL_EMISSION_TWEAK
        
    }

    contains(S60_VERSION, 5.0) {
	      DEFINES += SYMBIAN_USE_SMALL_THUMBNAILS
    } 
}