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

« back to all changes in this revision

Viewing changes to src/location/maps/maps.pri

  • 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:
4
4
include(tiled/tiled.pri)
5
5
 
6
6
PUBLIC_HEADERS += \
7
 
                    maps/qgeoinstruction.h \
 
7
                    maps/qgeomaneuver.h \
8
8
                    maps/qgeomapcircleobject.h \
9
9
                    maps/qgeomapdata.h \
 
10
                    maps/qgeomapgroupobject.h \
10
11
                    maps/qgeomapobject.h \
11
12
                    maps/qgeomapobjectinfo.h \
12
13
                    maps/qgeomapoverlay.h \
32
33
                    maps/qgraphicsgeomap.h
33
34
 
34
35
PRIVATE_HEADERS += \
35
 
                    maps/qgeoinstruction_p.h \
 
36
                    maps/qgeomaneuver_p.h \
36
37
                    maps/qgeomapcircleobject_p.h \
37
38
                    maps/qgeomapdata_p.h \
 
39
                    maps/qgeomapgroupobject_p.h \
38
40
                    maps/qgeomapobject_p.h \
39
41
                    maps/qgeomapobjectinfo_p.h \
 
42
                    maps/qgeomapoverlay_p.h \
40
43
                    maps/qgeomappingmanager_p.h \
41
44
                    maps/qgeomappingmanagerengine_p.h \
42
45
                    maps/qgeomappixmapobject_p.h \
58
61
                    maps/qgraphicsgeomap_p.h
59
62
 
60
63
SOURCES += \
61
 
            maps/qgeoinstruction.cpp \
 
64
            maps/qgeomaneuver.cpp \
62
65
            maps/qgeomapcircleobject.cpp \
63
66
            maps/qgeomapdata.cpp \
 
67
            maps/qgeomapgroupobject.cpp \
64
68
            maps/qgeomapobject.cpp \
65
69
            maps/qgeomapobjectinfo.cpp \
66
70
            maps/qgeomapoverlay.cpp \