~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to src/bearer/bearer_old/bearer_old.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Qt bearer management library
 
2
TEMPLATE = lib
 
3
TARGET = QtBearer{000a0000}
 
4
 
 
5
QT += network
 
6
message("Building QtBearer 10.0 to support version conflict in Symbian")
 
7
 
 
8
VPATH += ..
 
9
 
 
10
HEADERS += qnetworkconfiguration.h \
 
11
           qnetworksession.h \
 
12
           qnetworkconfigmanager.h
 
13
 
 
14
include (../../../common.pri) 
 
15
include (../bearer.pri)
 
16
 
 
17
symbian {
 
18
    
 
19
    # there are same name public headers from Qt
 
20
    # and this needs to be added to ensure QtBearer 
 
21
    # uses its own when the 10.0 version is compiled
 
22
    MMP_RULES += "USERINCLUDE .."
 
23
    
 
24
    CONFIG += def_files_disabled
 
25
    MMP_RULES += defBlock
 
26
    defBlock = \
 
27
    "$${LITERAL_HASH}ifdef WINSCW" \
 
28
    "DEFFILE ../../s60installs/bwins/QtBearer.def" \
 
29
    "$${LITERAL_HASH}elif defined EABI" \
 
30
    "DEFFILE ../../s60installs/eabi/QtBearer.def" \
 
31
    "$${LITERAL_HASH}endif"
 
32
}
 
33
 
 
34
VERSION=10.0