QtMobility Reference Documentation

logfilepositionsource.pro Example File

logfilepositionsource/logfilepositionsource.pro
 TEMPLATE=app
 INCLUDEPATH += ../../src/location

 HEADERS = logfilepositionsource.h \
           clientapplication.h
 SOURCES = logfilepositionsource.cpp \
           clientapplication.cpp \
           main.cpp

 CONFIG += console

 include(../mobility_examples.pri)

 CONFIG += mobility
 MOBILITY = location

 symbian|wince* {
     symbian {
         addFiles.sources = simplelog.txt
         DEPLOYMENT += addFiles

         TARGET.CAPABILITY = Location
     }
     wince* {
         addFiles.sources = ./simplelog.txt
         addFiles.path = .
         DEPLOYMENT += addFiles
     }
 } else {
     logfileexample.path = $$QT_MOBILITY_EXAMPLES
     logfileexample.files = simplelog.txt
     INSTALLS += logfileexample
 }
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.