summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian/3_2/3_2.pro
blob: 3404dde6a4444e2dd256f5c82f6482fcbf6e74f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(../symbian.pri)

exists($${EPOCROOT}epoc32/release/winscw/udeb/cmmanager.lib)| \
exists($${EPOCROOT}epoc32/release/armv5/lib/cmmanager.lib) {
   DEFINES += SNAP_FUNCTIONALITY_AVAILABLE
   LIBS += -lcmmanager
} else {
   # Fall back to 3_1 implementation on platforms that do not have cmmanager
   LIBS += -lapengine
}

TARGET = $${TARGET}_3_2
TARGET.UID3 = 0x2002131D