summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian/symbian_3/symbian_3.pro
blob: fd66198fe7a2817bf189240f2e9118b9d447a0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include(../symbian.pri)

symbian {
    exists($${EPOCROOT}epoc32/release/winscw/udeb/cmmanager.lib)| \
    exists($${EPOCROOT}epoc32/release/armv5/lib/cmmanager.lib) {
        DEFINES += SNAP_FUNCTIONALITY_AVAILABLE
        LIBS += -lcmmanager

        exists($$prependEpocroot($$MW_LAYER_PUBLIC_EXPORT_PATH(extendedconnpref.h))) {
            DEFINES += OCC_FUNCTIONALITY_AVAILABLE
            LIBS += -lextendedconnpref
        }
    } else {
        # Fall back to 3_1 implementation on platforms that do not have cmmanager
        is_using_gnupoc {
            LIBS += -lapengine
        } else {
            LIBS += -lAPEngine
        }
    }
}

TARGET.UID3 = 0x20021319