Qt Mobility Reference Documentation

mapviewer.pro Example File

mapviewer/mapviewer.pro
 QT += xml \
     network
 TARGET = MapViewer
 TEMPLATE = app \
     thread
 INCLUDEPATH += ../../src/global \
     ../../src/location \
     ../../include/QtmLocation
 SOURCES += main.cpp \
     mainwindow.cpp
 HEADERS += mainwindow.h
 FORMS += mainwindow.ui
 include(../examples.pri)
 CONFIG += mobility
 MOBILITY = location
 symbian: {
     MOBILITY += bearer
     TARGET.CAPABILITY = Location \
         NetworkServices \
         ReadUserData \
         WriteUserData
 }
 RESOURCES += images.qrc


Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.1.0