Qt Mobility Reference Documentation

geoservicedemo.pro Example File

geoservicedemo/geoservicedemo.pro
 QT += network

 TARGET = GeoServiceDemo
 TEMPLATE = app

 INCLUDEPATH += ../../src/location \
                 ../../src/location/maps

 SOURCES += main.cpp\
         routepresenter.cpp \
         placepresenter.cpp \
         tabbedwindow.cpp \
         routetab.cpp \
         geocodingtab.cpp \
         revgeocodingtab.cpp \
         servicestab.cpp

 HEADERS  += routepresenter.h \
         placepresenter.h \
         tabbedwindow.h \
         routetab.h \
         geocodingtab.h \
         revgeocodingtab.h \
         servicestab.h

 include(../examples.pri)

 CONFIG += mobility
 MOBILITY = location
 contains(QT_MAJOR_VERSION, 4):lessThan(QT_MINOR_VERSION, 7){
     MOBILITY += bearer
     INCLUDEPATH += ../../src/bearer
 }

 symbian: {
      TARGET.CAPABILITY = Location NetworkServices ReadUserData WriteUserData
 }
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.