summaryrefslogtreecommitdiff
path: root/src/imports/location/location.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/location.pro')
-rw-r--r--src/imports/location/location.pro52
1 files changed, 18 insertions, 34 deletions
diff --git a/src/imports/location/location.pro b/src/imports/location/location.pro
index cbbf10d6..48c999b7 100644
--- a/src/imports/location/location.pro
+++ b/src/imports/location/location.pro
@@ -23,8 +23,6 @@ target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
#INCLUDEPATH += ../../../src/location/maps
#INCLUDEPATH += .
-# The header and source files of this project. Note that qmake generates dependency information
-# and automatically adds necessary 'moc' files as it sees Q_OBJECT macros' in header files
HEADERS += qdeclarativeposition_p.h \
qdeclarativepositionsource_p.h \
qdeclarativelandmark_p.h \
@@ -41,21 +39,21 @@ HEADERS += qdeclarativeposition_p.h \
qdeclarativegeomappolygonobject_p.h \
qdeclarativegeomappolylineobject_p.h \
qdeclarativegeomaprectangleobject_p.h \
- qdeclarativegeomaptextobject_p.h \
+ qdeclarativegeomaptextobject_p.h \
qdeclarativegeomapmouseevent_p.h \
qdeclarativegeomapmousearea_p.h \
qdeclarativegeoserviceprovider_p.h \
qdeclarativegraphicsgeomap_p.h \
qdeclarativegeoplace_p.h \
qdeclarativegeoaddress_p.h \
- qdeclarativegeoboundingbox_p.h
-# qdeclarativegeosearchmodel_p.h \
-# qdeclarativegeocodemodel_p.h \
-# qdeclarativereversegeocodemodel_p.h \
-# qdeclarativegeoroutingmodel_p.h \
-# qdeclarativegeoroute_p.h \
-# qdeclarativegeoroutesegment_p.h \
-# qdeclarativegeomaneuver_p.h
+ qdeclarativegeoboundingbox_p.h \
+ qdeclarativegeocodemodel_p.h \
+ qdeclarativegeoroutemodel_p.h \
+ qdeclarativegeoroute_p.h \
+ qdeclarativegeoroutesegment_p.h \
+ qdeclarativegeomaneuver_p.h \
+ qdeclarativegeomaprouteobject_p.h \
+ qdeclarativegeoboundingcircle_p.h
SOURCES += qdeclarativeposition.cpp \
location.cpp \
@@ -81,14 +79,15 @@ SOURCES += qdeclarativeposition.cpp \
qdeclarativegraphicsgeomap.cpp \
qdeclarativegeoplace.cpp \
qdeclarativegeoaddress.cpp \
- qdeclarativegeoboundingbox.cpp
-# qdeclarativegeosearchmodel.cpp \
-# qdeclarativegeocodemodel.cpp \
-# qdeclarativereversegeocodemodel.cpp \
-# qdeclarativegeoroutingmodel.cpp \
-# qdeclarativegeoroute.cpp \
-# qdeclarativegeoroutesegment.cpp \
-# qdeclarativegeomaneuver.cpp
+ qdeclarativegeoboundingbox.cpp \
+ qdeclarativegeocodemodel.cpp \
+ qdeclarativegeoroutemodel.cpp \
+ qdeclarativegeoroute.cpp \
+ qdeclarativegeoroutesegment.cpp \
+ qdeclarativegeomaneuver.cpp \
+ qdeclarativegeomaprouteobject.cpp \
+ qdeclarativegeoboundingcircle.cpp
+
# Tell qmake to create such makefile that qmldir and target (i.e. declarative_location)
# are both copied to qt/imports/QtMobility/location -directory,
@@ -99,18 +98,3 @@ qmldir.files += $$PWD/qmldir
qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += target qmldir
-
-symbian {
- # In Symbian, a library should enjoy _largest_ possible capability set.
- # However, really needs only Location capability so feel free to reduce
- # depending on your signing capabilities.
- TARGET.CAPABILITY = ALL -TCB
- # Allow writable DLL data
- TARGET.EPOCALLOWDLLDATA = 1
- # Target UID, makes every Symbian app unique
- TARGET.UID3 = 0x20033007
- # Specifies what files shall be deployed: the plugin itself and the qmldir file.
- importFiles.sources = $$DESTDIR/declarative_location$${QT_LIBINFIX}.dll qmldir
- importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
- DEPLOYMENT = importFiles
- }