summaryrefslogtreecommitdiff
path: root/src/location/location.pro
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2011-11-10 15:47:51 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-10 06:51:27 +0100
commit1a39ae8253d4b4a2fc7dc984531d48fe6c07511b (patch)
tree21f5df92e9e45ba6f2b45f44ddffb8b80dfd985b /src/location/location.pro
parent65a550ecfb9c3ed8adf452c923b2b43d71501aca (diff)
downloadqtlocation-1a39ae8253d4b4a2fc7dc984531d48fe6c07511b.tar.gz
QtLocation doesn't support Symbian anymore.
Change-Id: I1f90ecd180ce08976338fc9683a7cef5c1389f59 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro51
1 files changed, 0 insertions, 51 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 78b3277e..ecb9cee3 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -50,38 +50,6 @@ PRIVATE_HEADERS += \
qgeoareamonitor_polling_p.h \
qgeocoordinate_p.h
-symbian {
- PRIVATE_HEADERS += qgeopositioninfosource_s60_p.h \
- qmlbackendao_s60_p.h \
- qgeosatelliteinfosource_s60_p.h \
- notificationcallback_s60_p.h \
- notificationsatellitecallback_s60_p.h
-
- contains(lbt_enabled, yes) {
- PRIVATE_HEADERS += \
- qgeoareamonitor_s60_p.h \
- qmlbackendmonitorao_s60_p.h \
- qmlbackendmonitorcreatetriggerao_s60_p.h \
- qmlbackendmonitorinfo_s60_p.h \
- qmlbackendtriggerchangeao_s60_p.h \
- notificationmonitorcallback_s60_p.h
- }
-
- SOURCES += qgeopositioninfosource_s60.cpp \
- qgeosatelliteinfosource_s60.cpp \
- qmlbackendao_s60.cpp
-
- contains(lbt_enabled, yes) {
- SOURCES += \
- qgeoareamonitor_s60.cpp \
- qmlbackendmonitorao_s60.cpp \
- qmlbackendmonitorcreatetriggerao_s60.cpp \
- qmlbackendmonitorinfo_s60.cpp \
- qmlbackendtriggerchangeao_s60.cpp
- }
-}
-
-
maemo6|meego {
CONFIG += qdbus link_pkgconfig
SOURCES += qgeopositioninfosource_maemo.cpp \
@@ -158,25 +126,6 @@ SOURCES += \
qgeopositioninfosourcefactory.cpp \
qtlocation.cpp
-symbian {
- INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
- TARGET.CAPABILITY = ALL -TCB
- TARGET.UID3 = 0x2002AC83
-
- INCLUDEPATH += $${EPOCROOT}epoc32/include/osextensions \
- $${EPOCROOT}epoc32/include/LBTHeaders \
- $${EPOCROOT}epoc32/include/platform
- LIBS += -llbs
- LIBS += -lefsrv
- contains(lbt_enabled, yes) {
- LIBS += -llbt
- }
-
- QtLocationDeployment.sources = QtLocation.dll
- QtLocationDeployment.path = /sys/bin
- DEPLOYMENT += QtLocationDeployment
-}
-
simulator {
QT += gui
SOURCES += qgeopositioninfosource_simulator.cpp \