blob: f9d486e54e16d167a2b658da8c31aeca598392ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
exists($$MW_LAYER_PUBLIC_EXPORT_PATH(extendedconnpref.h)) {
DEFINES += OCC_FUNCTIONALITY_AVAILABLE
}
} else {
# Fall back to 3_1 implementation on platforms that do not have cmmanager
LIBS += -lapengine
}
TARGET.UID3 = 0x20021319
|