summaryrefslogtreecommitdiffstats
path: root/src/bearer/bearer_old/bearer_old.pro
blob: b8859f5fcb4998cb086ee3fbb6b3880bf6dfc7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Qt bearer management library
TEMPLATE = lib
TARGET = QtBearer{000a0000}

QT += network
message("Building QtBearer 10.0 to support version conflict in Symbian")

VPATH += ..

include (../../../common.pri) 
include (../bearer.pri)


HEADERS += qnetworkconfiguration.h \
           qnetworksession.h \
           qnetworkconfigmanager.h
         

symbian {
    CONFIG += def_files_disabled
    MMP_RULES += defBlock
    defBlock = \
    "$${LITERAL_HASH}ifdef WINSCW" \
    "DEFFILE ../../s60installs/bwins/QtBearer.def" \
    "$${LITERAL_HASH}elif defined EABI" \
    "DEFFILE ../../s60installs/eabi/QtBearer.def" \
    "$${LITERAL_HASH}endif"
}

VERSION=10.0