qtmobility/plugins/contacts/symbian/symbian_defines.pri
changeset 14 6fbed849b4f4
parent 1 2b40d63a9c3d
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
     5         | exists($${EPOCROOT}epoc32/release/armv5/urel/VPbkEng.dll) {
     5         | exists($${EPOCROOT}epoc32/release/armv5/urel/VPbkEng.dll) {
     6             message("TB 9.2 platform")
     6             message("TB 9.2 platform")
     7         } else {
     7         } else {
     8             message("TB 10.1 or later platform")
     8             message("TB 10.1 or later platform")
     9             DEFINES += SYMBIAN_BACKEND_USE_SQLITE
     9             DEFINES += SYMBIAN_BACKEND_USE_SQLITE
       
    10             
       
    11             # This will enable signals to be emitted sychronously with every
       
    12             # operation instead of them beeing emitted when database event observer
       
    13             # interface if called (HandleDatabaseEventL). This is an optimization
       
    14             # for 10.1 platform. However enabling this will cause some problems
       
    15             # with signals concerning adding/removing groups/group participants. 
       
    16             DEFINES += SYMBIAN_BACKEND_SIGNAL_EMISSION_TWEAK
    10         }
    17         }
    11     }
    18     }
    12     
    19     
    13     contains(S60_VERSION, 3.2) {
    20     contains(S60_VERSION, 3.2) {
    14     	DEFINES += SYMBIAN_BACKEND_S60_VERSION_32
    21     	DEFINES += SYMBIAN_BACKEND_S60_VERSION_32