summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/plugin/symbian_defines.pri
blob: e1493e949553d52ab59a94485b3a9eddaf560921 (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) | exists($${EPOCROOT}epoc32/release/winscw/udeb/z/system/install/series60v5.3.sis) {
        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
    } 
}