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

« back to all changes in this revision

Viewing changes to demos/lightmaps/lightmaps.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:
18
18
include(../demos.pri)
19
19
 
20
20
CONFIG += mobility
21
 
MOBILITY = location bearer
 
21
MOBILITY = location
 
22
 
 
23
equals(QT_MAJOR_VERSION, 4) : greaterThan(QT_MINOR_VERSION, 6) {
 
24
    # use Bearer Management classes in QtNetwork module
 
25
    DEFINES += BEARER_IN_QTNETWORK
 
26
} else {
 
27
    MOBILITY += bearer
 
28
}
22
29
 
23
30
symbian|wince* {
24
31
    symbian {